Html Css Color HEX #529809 Limeade

📋 copy color: '#529809'

red 82 ◦ green 152 ◦ blue 9

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

Shades of Limeade #529809

Tints of Limeade #529809

RGB

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

 GREEN value IS 152 (59.77% from 255) = 62.55%

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

R = 33.74%
G = 62.55%
B = 3.7%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#529809 (or 0x529809) is known color: Limeade. HEX triplet: 52, 98 and 09. RGB value is (82,152,9). Sum of RGB (Red+Green+Blue) = 82+152+9=243 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.74% from 243); Green value is 152 (59.77% from 255 or 62.55% from 243); Blue value is 9 (3.91% from 255 or 3.70% from 243); Max value from RGB is 152 - color contains mainly: green. Hex color #529809 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529809 is #AD67F6. Grayscale: #737373. Windows color (decimal): -11364343 or 628818. OLE color: 628818.

HSL color Cylindrical-coordinate representation of color #529809: hue angle of 89.37º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529809 is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 152 9 -
CMYK 0.46 0 0.94 0.40
HSL 89.37º 0.89% 0.32% -
HSV(B) 89.37º 0.94% 0.6% -
XYZ 14.76 24.27 4.17 -
YUV 114.77 68.31 104.63 -
System Red Green Blue C M Y K H S L
Decimal 82 152 9 0.46 0 0.94 0.40 89.37 0.89 0.32
Hex 52 98 9 2E 0 5E 28 59 59 20
Octal 122 230 11 56 0 136 50 131 131 40
Binary 1010010 10011000 1001 101110 0 1011110 101000 1011001 1011001 100000

Color Harmonies of #529809

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529809

Black with #529809

Text Example


Text Example

White with #529809

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529809; }

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

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

background-color css

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

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

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

border-color css

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

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

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