Html Css Color HEX #5A9A10 Limeade

📋 copy color: '#5A9A10'

red 90 ◦ green 154 ◦ blue 16

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

Shades of Limeade #5A9A10

Tints of Limeade #5A9A10

RGB

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

 GREEN value IS 154 (60.55% from 255) = 59.23%

 BLUE value IS 16 (6.64% from 255) = 6.15%

R = 34.62%
G = 59.23%
B = 6.15%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#5A9A10 (or 0x5A9A10) is known color: Limeade. HEX triplet: 5A, 9A and 10. RGB value is (90,154,16). Sum of RGB (Red+Green+Blue) = 90+154+16=260 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.62% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 16 (6.64% from 255 or 6.15% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #5A9A10 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9A10 is #A565EF. Grayscale: #777777. Windows color (decimal): -10839536 or 1088090. OLE color: 1088090.

HSL color Cylindrical-coordinate representation of color #5A9A10: hue angle of 87.83º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A9A10 is Cyan = 0.42, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 90 154 16 -
CMYK 0.42 0 0.90 0.40
HSL 87.83º 0.81% 0.33% -
HSV(B) 87.83º 0.9% 0.6% -
XYZ 15.87 25.32 4.54 -
YUV 119.13 69.8 107.22 -
System Red Green Blue C M Y K H S L
Decimal 90 154 16 0.42 0 0.90 0.40 87.83 0.81 0.33
Hex 5A 9A 10 2A 0 5A 28 58 51 21
Octal 132 232 20 52 0 132 50 130 121 41
Binary 1011010 10011010 10000 101010 0 1011010 101000 1011000 1010001 100001

Color Harmonies of #5A9A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9A10

Black with #5A9A10

Text Example


Text Example

White with #5A9A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,154,16); }

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

background-color css

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

 a { background-color: rgb(90,154,16); }

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

border-color css

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

 span { border-color: rgb(90,154,16); }

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