Html Css Color HEX #5A9509 Limeade

📋 copy color: '#5A9509'

red 90 ◦ green 149 ◦ blue 9

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

Shades of Limeade #5A9509

Tints of Limeade #5A9509

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.08%

 BLUE value IS 9 (3.91% from 255) = 3.63%

R = 36.29%
G = 60.08%
B = 3.63%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#5A9509 (or 0x5A9509) is known color: Limeade. HEX triplet: 5A, 95 and 09. RGB value is (90,149,9). Sum of RGB (Red+Green+Blue) = 90+149+9=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #5A9509 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #5A9509 is #A56AF6. Grayscale: #737373. Windows color (decimal): -10840823 or 628058. OLE color: 628058.

HSL color Cylindrical-coordinate representation of color #5A9509: hue angle of 85.29º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A9509 is Cyan = 0.40, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 149 9 -
CMYK 0.40 0 0.94 0.42
HSL 85.29º 0.89% 0.31% -
HSV(B) 85.29º 0.94% 0.58% -
XYZ 15.01 23.69 4.04 -
YUV 115.4 67.95 109.88 -
System Red Green Blue C M Y K H S L
Decimal 90 149 9 0.40 0 0.94 0.42 85.29 0.89 0.31
Hex 5A 95 9 28 0 5E 2A 55 59 1F
Octal 132 225 11 50 0 136 52 125 131 37
Binary 1011010 10010101 1001 101000 0 1011110 101010 1010101 1011001 11111

Color Harmonies of #5A9509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A9509

Black with #5A9509

Text Example


Text Example

White with #5A9509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,149,9); }

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

background-color css

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

 a { background-color: rgb(90,149,9); }

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

border-color css

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

 span { border-color: rgb(90,149,9); }

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