Html Css Color HEX #5A9629 Limeade

📋 copy color: '#5A9629'

red 90 ◦ green 150 ◦ blue 41

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

Shades of Limeade #5A9629

Tints of Limeade #5A9629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.38%

 BLUE value IS 41 (16.41% from 255) = 14.59%

R = 32.03%
G = 53.38%
B = 14.59%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#5A9629 (or 0x5A9629) is known color: Limeade. HEX triplet: 5A, 96 and 29. RGB value is (90,150,41). Sum of RGB (Red+Green+Blue) = 90+150+41=281 (37% of max value = 765). Red value is 90 (35.55% from 255 or 32.03% from 281); Green value is 150 (58.98% from 255 or 53.38% from 281); Blue value is 41 (16.41% from 255 or 14.59% from 281); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A9629 is #A569D6. Grayscale: #787878. Windows color (decimal): -10840535 or 2725466. OLE color: 2725466.

HSL color Cylindrical-coordinate representation of color #5A9629: hue angle of 93.03º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A9629 is Cyan = 0.4, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 150 41 -
CMYK 0.4 0 0.73 0.41
HSL 93.03º 0.57% 0.37% -
HSV(B) 93.03º 0.73% 0.59% -
XYZ 15.52 24.15 5.94 -
YUV 119.63 83.62 106.86 -
System Red Green Blue C M Y K H S L
Decimal 90 150 41 0.4 0 0.73 0.41 93.03 0.57 0.37
Hex 5A 96 29 28 0 49 29 5D 39 25
Octal 132 226 51 50 0 111 51 135 71 45
Binary 1011010 10010110 101001 101000 0 1001001 101001 1011101 111001 100101

Color Harmonies of #5A9629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9629

Black with #5A9629

Text Example


Text Example

White with #5A9629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,41); }

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

background-color css

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

 a { background-color: rgb(90,150,41); }

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

border-color css

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

 span { border-color: rgb(90,150,41); }

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