Html Css Color HEX #5AA12C Limeade

📋 copy color: '#5AA12C'

red 90 ◦ green 161 ◦ blue 44

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

Shades of Limeade #5AA12C

Tints of Limeade #5AA12C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.58%

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

R = 30.51%
G = 54.58%
B = 14.92%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.73

 K value IS 0.37

RGB Variations

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

Color information

#5AA12C (or 0x5AA12C) is known color: Limeade. HEX triplet: 5A, A1 and 2C. RGB value is (90,161,44). Sum of RGB (Red+Green+Blue) = 90+161+44=295 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.51% from 295); Green value is 161 (63.28% from 255 or 54.58% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA12C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA12C is #A55ED3. Grayscale: #7E7E7E. Windows color (decimal): -10837716 or 2924890. OLE color: 2924890.

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

Color convert

RGB 90 161 44 -
CMYK 0.44 0 0.73 0.37
HSL 96.41º 0.57% 0.4% -
HSV(B) 96.41º 0.73% 0.63% -
XYZ 17.42 27.85 6.84 -
YUV 126.43 81.48 102.01 -
System Red Green Blue C M Y K H S L
Decimal 90 161 44 0.44 0 0.73 0.37 96.41 0.57 0.4
Hex 5A A1 2C 2C 0 49 25 60 39 28
Octal 132 241 54 54 0 111 45 140 71 50
Binary 1011010 10100001 101100 101100 0 1001001 100101 1100000 111001 101000

Color Harmonies of #5AA12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA12C

Black with #5AA12C

Text Example


Text Example

White with #5AA12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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