Html Css Color HEX #5A960A Limeade

📋 copy color: '#5A960A'

red 90 ◦ green 150 ◦ blue 10

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

Shades of Limeade #5A960A

Tints of Limeade #5A960A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4%

R = 36%
G = 60%
B = 4%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#5A960A (or 0x5A960A) is known color: Limeade. HEX triplet: 5A, 96 and 0A. RGB value is (90,150,10). Sum of RGB (Red+Green+Blue) = 90+150+10=250 (33% of max value = 765). Red value is 90 (35.55% from 255 or 36% from 250); Green value is 150 (58.98% from 255 or 60% from 250); Blue value is 10 (4.30% from 255 or 4% from 250); Max value from RGB is 150 - color contains mainly: green. Hex color #5A960A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A960A is #A569F5. Grayscale: #747474. Windows color (decimal): -10840566 or 693850. OLE color: 693850.

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

Color convert

RGB 90 150 10 -
CMYK 0.4 0 0.93 0.41
HSL 85.71º 0.88% 0.31% -
HSV(B) 85.71º 0.93% 0.59% -
XYZ 15.18 24.01 4.12 -
YUV 116.1 68.12 109.38 -
System Red Green Blue C M Y K H S L
Decimal 90 150 10 0.4 0 0.93 0.41 85.71 0.88 0.31
Hex 5A 96 A 28 0 5D 29 56 58 1F
Octal 132 226 12 50 0 135 51 126 130 37
Binary 1011010 10010110 1010 101000 0 1011101 101001 1010110 1011000 11111

Color Harmonies of #5A960A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A960A

Black with #5A960A

Text Example


Text Example

White with #5A960A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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