Html Css Color HEX #529A09 Limeade

📋 copy color: '#529A09'

red 82 ◦ green 154 ◦ blue 9

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

Shades of Limeade #529A09

Tints of Limeade #529A09

RGB

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

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

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

R = 33.47%
G = 62.86%
B = 3.67%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.94

 K value IS 0.40

RGB Variations

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

Color information

#529A09 (or 0x529A09) is known color: Limeade. HEX triplet: 52, 9A and 09. RGB value is (82,154,9). Sum of RGB (Red+Green+Blue) = 82+154+9=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 154 (60.55% from 255 or 62.86% from 245); Blue value is 9 (3.91% from 255 or 3.67% from 245); Max value from RGB is 154 - color contains mainly: green. Hex color #529A09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A09 is #AD65F6. Grayscale: #747474. Windows color (decimal): -11363831 or 629330. OLE color: 629330.

HSL color Cylindrical-coordinate representation of color #529A09: hue angle of 89.79º 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 #529A09 is Cyan = 0.47, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 9 -
CMYK 0.47 0 0.94 0.40
HSL 89.79º 0.89% 0.32% -
HSV(B) 89.79º 0.94% 0.6% -
XYZ 15.08 24.92 4.27 -
YUV 115.94 67.65 103.79 -
System Red Green Blue C M Y K H S L
Decimal 82 154 9 0.47 0 0.94 0.40 89.79 0.89 0.32
Hex 52 9A 9 2F 0 5E 28 5A 59 20
Octal 122 232 11 57 0 136 50 132 131 40
Binary 1010010 10011010 1001 101111 0 1011110 101000 1011010 1011001 100000

Color Harmonies of #529A09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A09

Black with #529A09

Text Example


Text Example

White with #529A09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529A09; }

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

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

background-color css

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

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

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

border-color css

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

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

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