Html Css Color HEX #5A971A Limeade

📋 copy color: '#5A971A'

red 90 ◦ green 151 ◦ blue 26

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

Shades of Limeade #5A971A

Tints of Limeade #5A971A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 56.55%

 BLUE value IS 26 (10.55% from 255) = 9.74%

R = 33.71%
G = 56.55%
B = 9.74%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.83

 K value IS 0.41

RGB Variations

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

Color information

#5A971A (or 0x5A971A) is known color: Limeade. HEX triplet: 5A, 97 and 1A. RGB value is (90,151,26). Sum of RGB (Red+Green+Blue) = 90+151+26=267 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.71% from 267); Green value is 151 (59.38% from 255 or 56.55% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 151 - color contains mainly: green. Hex color #5A971A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5A971A is #A568E5. Grayscale: #767676. Windows color (decimal): -10840294 or 1742682. OLE color: 1742682.

HSL color Cylindrical-coordinate representation of color #5A971A: hue angle of 89.28º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A971A is Cyan = 0.40, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.41.

Color convert

RGB 90 151 26 -
CMYK 0.40 0 0.83 0.41
HSL 89.28º 0.71% 0.35% -
HSV(B) 89.28º 0.83% 0.59% -
XYZ 15.47 24.38 4.87 -
YUV 118.51 75.79 107.66 -
System Red Green Blue C M Y K H S L
Decimal 90 151 26 0.40 0 0.83 0.41 89.28 0.71 0.35
Hex 5A 97 1A 28 0 53 29 59 47 23
Octal 132 227 32 50 0 123 51 131 107 43
Binary 1011010 10010111 11010 101000 0 1010011 101001 1011001 1000111 100011

Color Harmonies of #5A971A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A971A

Black with #5A971A

Text Example


Text Example

White with #5A971A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,151,26); }

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

background-color css

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

 a { background-color: rgb(90,151,26); }

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

border-color css

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

 span { border-color: rgb(90,151,26); }

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