Html Css Color HEX #529609 Limeade

📋 copy color: '#529609'

red 82 ◦ green 150 ◦ blue 9

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

Shades of Limeade #529609

Tints of Limeade #529609

RGB

 RED value IS 82 (32.42% from 255) = 34.02%

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

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

R = 34.02%
G = 62.24%
B = 3.73%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.41

RGB Variations

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

Color information

#529609 (or 0x529609) is known color: Limeade. HEX triplet: 52, 96 and 09. RGB value is (82,150,9). Sum of RGB (Red+Green+Blue) = 82+150+9=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 150 (58.98% from 255 or 62.24% from 241); Blue value is 9 (3.91% from 255 or 3.73% from 241); Max value from RGB is 150 - color contains mainly: green. Hex color #529609 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529609 is #AD69F6. Grayscale: #727272. Windows color (decimal): -11364855 or 628306. OLE color: 628306.

HSL color Cylindrical-coordinate representation of color #529609: hue angle of 88.94º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529609 is Cyan = 0.45, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.41.

Color convert

RGB 82 150 9 -
CMYK 0.45 0 0.94 0.41
HSL 88.94º 0.89% 0.31% -
HSV(B) 88.94º 0.94% 0.59% -
XYZ 14.44 23.63 4.06 -
YUV 113.59 68.97 105.46 -
System Red Green Blue C M Y K H S L
Decimal 82 150 9 0.45 0 0.94 0.41 88.94 0.89 0.31
Hex 52 96 9 2D 0 5E 29 59 59 1F
Octal 122 226 11 55 0 136 51 131 131 37
Binary 1010010 10010110 1001 101101 0 1011110 101001 1011001 1011001 11111

Color Harmonies of #529609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529609

Black with #529609

Text Example


Text Example

White with #529609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529609; }

 p { color: rgb(82,150,9); }

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

background-color css

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

 a { background-color: rgb(82,150,9); }

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

border-color css

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

 span { border-color: rgb(82,150,9); }

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