Html Css Color HEX #5A931D Limeade

📋 copy color: '#5A931D'

red 90 ◦ green 147 ◦ blue 29

#5A931D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Limeade #5A931D

Tints of Limeade #5A931D

RGB

 RED value IS 90 (35.55% from 255) = 33.83%

 GREEN value IS 147 (57.81% from 255) = 55.26%

 BLUE value IS 29 (11.72% from 255) = 10.9%

R = 33.83%
G = 55.26%
B = 10.9%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.80

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#5A931D (or 0x5A931D) is known color: Limeade. HEX triplet: 5A, 93 and 1D. RGB value is (90,147,29). Sum of RGB (Red+Green+Blue) = 90+147+29=266 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.83% from 266); Green value is 147 (57.81% from 255 or 55.26% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 147 - color contains mainly: green. Hex color #5A931D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A931D is #A56CE2. Grayscale: #747474. Windows color (decimal): -10841315 or 1938266. OLE color: 1938266.

HSL color Cylindrical-coordinate representation of color #5A931D: hue angle of 88.98º degrees, saturation: 0.67, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A931D is Cyan = 0.39, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 147 29 -
CMYK 0.39 0 0.80 0.42
HSL 88.98º 0.67% 0.35% -
HSV(B) 88.98º 0.8% 0.58% -
XYZ 14.87 23.13 4.84 -
YUV 116.51 78.62 109.09 -
System Red Green Blue C M Y K H S L
Decimal 90 147 29 0.39 0 0.80 0.42 88.98 0.67 0.35
Hex 5A 93 1D 27 0 50 2A 59 43 23
Octal 132 223 35 47 0 120 52 131 103 43
Binary 1011010 10010011 11101 100111 0 1010000 101010 1011001 1000011 100011

Color Harmonies of #5A931D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A931D

Black with #5A931D

Text Example


Text Example

White with #5A931D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A931D; }

 p { color: rgb(90,147,29); }

 H1.HeaderClassName
 {
   color: #5A931D;
 }
 .AnyTagClassName
 {
   color: #5A931D;
 }
</style>

background-color css

<style>
 a { background-color: #5A931D; }

 a { background-color: rgb(90,147,29); }

 div.DivClassName
 {
   background-color: #5A931D;
 }
 .BgClassName
 {
   background-color: #5A931D;
 }
</style>

border-color css

<style>
 span { border-color: #5A931D; }

 span { border-color: rgb(90,147,29); }

 td.TdClassName
 {
   border-color: #5A931D;
 }
 .TagClassName
 {
   border-color: #5A931D;
 }
</style>