Html Css Color HEX #5AAF2C Limeade

📋 copy color: '#5AAF2C'

red 90 ◦ green 175 ◦ blue 44

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

Shades of Limeade #5AAF2C

Tints of Limeade #5AAF2C

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.63%

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

R = 29.13%
G = 56.63%
B = 14.24%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.75

 K value IS 0.31

RGB Variations

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

Color information

#5AAF2C (or 0x5AAF2C) is known color: Limeade. HEX triplet: 5A, AF and 2C. RGB value is (90,175,44). Sum of RGB (Red+Green+Blue) = 90+175+44=309 (40% of max value = 765). Red value is 90 (35.55% from 255 or 29.13% from 309); Green value is 175 (68.75% from 255 or 56.63% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 175 - color contains mainly: green. Hex color #5AAF2C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AAF2C is #A550D3. Grayscale: #878787. Windows color (decimal): -10834132 or 2928474. OLE color: 2928474.

HSL color Cylindrical-coordinate representation of color #5AAF2C: hue angle of 98.93º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5AAF2C is Cyan = 0.49, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.31.

Color convert

RGB 90 175 44 -
CMYK 0.49 0 0.75 0.31
HSL 98.93º 0.6% 0.43% -
HSV(B) 98.93º 0.75% 0.69% -
XYZ 20 33.02 7.7 -
YUV 134.65 76.84 96.15 -
System Red Green Blue C M Y K H S L
Decimal 90 175 44 0.49 0 0.75 0.31 98.93 0.6 0.43
Hex 5A AF 2C 31 0 4B 1F 63 3C 2B
Octal 132 257 54 61 0 113 37 143 74 53
Binary 1011010 10101111 101100 110001 0 1001011 11111 1100011 111100 101011

Color Harmonies of #5AAF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AAF2C

Black with #5AAF2C

Text Example


Text Example

White with #5AAF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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