Html Css Color HEX #5AA12B Limeade

📋 copy color: '#5AA12B'

red 90 ◦ green 161 ◦ blue 43

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

Shades of Limeade #5AA12B

Tints of Limeade #5AA12B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 14.63%

R = 30.61%
G = 54.76%
B = 14.63%

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

#5AA12B (or 0x5AA12B) is known color: Limeade. HEX triplet: 5A, A1 and 2B. RGB value is (90,161,43). Sum of RGB (Red+Green+Blue) = 90+161+43=294 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.61% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 43 (17.19% from 255 or 14.63% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #5AA12B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA12B is #A55ED4. Grayscale: #7E7E7E. Windows color (decimal): -10837717 or 2859354. OLE color: 2859354.

HSL color Cylindrical-coordinate representation of color #5AA12B: hue angle of 96.1º degrees, saturation: 0.58, 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 #5AA12B is Cyan = 0.44, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB 90 161 43 -
CMYK 0.44 0 0.73 0.37
HSL 96.1º 0.58% 0.4% -
HSV(B) 96.1º 0.73% 0.63% -
XYZ 17.4 27.84 6.74 -
YUV 126.32 80.98 102.09 -
System Red Green Blue C M Y K H S L
Decimal 90 161 43 0.44 0 0.73 0.37 96.1 0.58 0.4
Hex 5A A1 2B 2C 0 49 25 60 3A 28
Octal 132 241 53 54 0 111 45 140 72 50
Binary 1011010 10100001 101011 101100 0 1001001 100101 1100000 111010 101000

Color Harmonies of #5AA12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA12B

Black with #5AA12B

Text Example


Text Example

White with #5AA12B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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