Html Css Color HEX #5A9700 Limeade

📋 copy color: '#5A9700'

red 90 ◦ green 151 ◦ blue 0

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

Shades of Limeade #5A9700

Tints of Limeade #5A9700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 37.34%
G = 62.66%
B = 0%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 1

 K value IS 0.41

RGB Variations

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

Color information

#5A9700 (or 0x5A9700) is known color: Limeade. HEX triplet: 5A, 97 and 00. RGB value is (90,151,0). Sum of RGB (Red+Green+Blue) = 90+151+0=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 151 (59.38% from 255 or 62.66% from 241); Blue value is 0 (0.39% from 255 or 0% from 241); Max value from RGB is 151 - color contains mainly: green. Hex color #5A9700 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9700 is #A568FF. Grayscale: #747474. Windows color (decimal): -10840320 or 38746. OLE color: 38746.

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

Color convert

RGB 90 151 0 -
CMYK 0.40 0 1 0.41
HSL 84.24º 1% 0.3% -
HSV(B) 84.24º 1% 0.59% -
XYZ 15.28 24.31 3.89 -
YUV 115.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 90 151 0 0.40 0 1 0.41 84.24 1 0.3
Hex 5A 97 0 28 0 64 29 54 64 1E
Octal 132 227 0 50 0 144 51 124 144 36
Binary 1011010 10010111 0 101000 0 1100100 101001 1010100 1100100 11110

Color Harmonies of #5A9700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9700

Black with #5A9700

Text Example


Text Example

White with #5A9700

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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