Html Css Color HEX #5A9602 Limeade

📋 copy color: '#5A9602'

red 90 ◦ green 150 ◦ blue 2

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

Shades of Limeade #5A9602

Tints of Limeade #5A9602

RGB

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

 GREEN value IS 150 (58.98% from 255) = 61.98%

 BLUE value IS 2 (1.17% from 255) = 0.83%

R = 37.19%
G = 61.98%
B = 0.83%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.99

 K value IS 0.41

RGB Variations

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

Color information

#5A9602 (or 0x5A9602) is known color: Limeade. HEX triplet: 5A, 96 and 02. RGB value is (90,150,2). Sum of RGB (Red+Green+Blue) = 90+150+2=242 (32% of max value = 765). Red value is 90 (35.55% from 255 or 37.19% from 242); Green value is 150 (58.98% from 255 or 61.98% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 150 - color contains mainly: green. Hex color #5A9602 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9602 is #A569FD. Grayscale: #737373. Windows color (decimal): -10840574 or 169562. OLE color: 169562.

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

Color convert

RGB 90 150 2 -
CMYK 0.4 0 0.99 0.41
HSL 84.32º 0.97% 0.3% -
HSV(B) 84.32º 0.99% 0.59% -
XYZ 15.13 23.99 3.89 -
YUV 115.19 64.12 110.03 -
System Red Green Blue C M Y K H S L
Decimal 90 150 2 0.4 0 0.99 0.41 84.32 0.97 0.3
Hex 5A 96 2 28 0 63 29 54 61 1E
Octal 132 226 2 50 0 143 51 124 141 36
Binary 1011010 10010110 10 101000 0 1100011 101001 1010100 1100001 11110

Color Harmonies of #5A9602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9602

Black with #5A9602

Text Example


Text Example

White with #5A9602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,150,2); }

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

background-color css

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

 a { background-color: rgb(90,150,2); }

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

border-color css

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

 span { border-color: rgb(90,150,2); }

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