Html Css Color HEX #5AA427 Limeade

📋 copy color: '#5AA427'

red 90 ◦ green 164 ◦ blue 39

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

Shades of Limeade #5AA427

Tints of Limeade #5AA427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.97%

 BLUE value IS 39 (15.63% from 255) = 13.31%

R = 30.72%
G = 55.97%
B = 13.31%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#5AA427 (or 0x5AA427) is known color: Limeade. HEX triplet: 5A, A4 and 27. RGB value is (90,164,39). Sum of RGB (Red+Green+Blue) = 90+164+39=293 (38% of max value = 765). Red value is 90 (35.55% from 255 or 30.72% from 293); Green value is 164 (64.45% from 255 or 55.97% from 293); Blue value is 39 (15.62% from 255 or 13.31% from 293); Max value from RGB is 164 - color contains mainly: green. Hex color #5AA427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5AA427 is #A55BD8. Grayscale: #808080. Windows color (decimal): -10836953 or 2597978. OLE color: 2597978.

HSL color Cylindrical-coordinate representation of color #5AA427: hue angle of 95.52º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5AA427 is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 90 164 39 -
CMYK 0.45 0 0.76 0.36
HSL 95.52º 0.62% 0.4% -
HSV(B) 95.52º 0.76% 0.64% -
XYZ 17.86 28.87 6.55 -
YUV 127.62 77.98 101.16 -
System Red Green Blue C M Y K H S L
Decimal 90 164 39 0.45 0 0.76 0.36 95.52 0.62 0.4
Hex 5A A4 27 2D 0 4C 24 60 3E 28
Octal 132 244 47 55 0 114 44 140 76 50
Binary 1011010 10100100 100111 101101 0 1001100 100100 1100000 111110 101000

Color Harmonies of #5AA427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AA427

Black with #5AA427

Text Example


Text Example

White with #5AA427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,164,39); }

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

background-color css

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

 a { background-color: rgb(90,164,39); }

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

border-color css

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

 span { border-color: rgb(90,164,39); }

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