Html Css Color HEX #5A992C Limeade

📋 copy color: '#5A992C'

red 90 ◦ green 153 ◦ blue 44

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

Shades of Limeade #5A992C

Tints of Limeade #5A992C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 53.31%

 BLUE value IS 44 (17.58% from 255) = 15.33%

R = 31.36%
G = 53.31%
B = 15.33%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.71

 K value IS 0.4

RGB Variations

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

Color information

#5A992C (or 0x5A992C) is known color: Limeade. HEX triplet: 5A, 99 and 2C. RGB value is (90,153,44). Sum of RGB (Red+Green+Blue) = 90+153+44=287 (38% of max value = 765). Red value is 90 (35.55% from 255 or 31.36% from 287); Green value is 153 (60.16% from 255 or 53.31% from 287); Blue value is 44 (17.58% from 255 or 15.33% from 287); Max value from RGB is 153 - color contains mainly: green. Hex color #5A992C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A992C is #A566D3. Grayscale: #7A7A7A. Windows color (decimal): -10839764 or 2922842. OLE color: 2922842.

HSL color Cylindrical-coordinate representation of color #5A992C: hue angle of 94.68º degrees, saturation: 0.55, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5A992C is Cyan = 0.41, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.4.

Color convert

RGB 90 153 44 -
CMYK 0.41 0 0.71 0.4
HSL 94.68º 0.55% 0.39% -
HSV(B) 94.68º 0.71% 0.6% -
XYZ 16.06 25.14 6.39 -
YUV 121.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 90 153 44 0.41 0 0.71 0.4 94.68 0.55 0.39
Hex 5A 99 2C 29 0 47 28 5F 37 27
Octal 132 231 54 51 0 107 50 137 67 47
Binary 1011010 10011001 101100 101001 0 1000111 101000 1011111 110111 100111

Color Harmonies of #5A992C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A992C

Black with #5A992C

Text Example


Text Example

White with #5A992C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,153,44); }

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

background-color css

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

 a { background-color: rgb(90,153,44); }

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

border-color css

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

 span { border-color: rgb(90,153,44); }

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