Html Css Color HEX #529D09 Limeade

📋 copy color: '#529D09'

red 82 ◦ green 157 ◦ blue 9

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

Shades of Limeade #529D09

Tints of Limeade #529D09

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.31%

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

R = 33.06%
G = 63.31%
B = 3.63%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.94

 K value IS 0.38

RGB Variations

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

Color information

#529D09 (or 0x529D09) is known color: Limeade. HEX triplet: 52, 9D and 09. RGB value is (82,157,9). Sum of RGB (Red+Green+Blue) = 82+157+9=248 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.06% from 248); Green value is 157 (61.72% from 255 or 63.31% from 248); Blue value is 9 (3.91% from 255 or 3.63% from 248); Max value from RGB is 157 - color contains mainly: green. Hex color #529D09 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529D09 is #AD62F6. Grayscale: #767676. Windows color (decimal): -11363063 or 630098. OLE color: 630098.

HSL color Cylindrical-coordinate representation of color #529D09: hue angle of 90.41º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #529D09 is Cyan = 0.48, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.38.

Color convert

RGB 82 157 9 -
CMYK 0.48 0 0.94 0.38
HSL 90.41º 0.89% 0.33% -
HSV(B) 90.41º 0.94% 0.62% -
XYZ 15.59 25.93 4.44 -
YUV 117.7 66.65 102.53 -
System Red Green Blue C M Y K H S L
Decimal 82 157 9 0.48 0 0.94 0.38 90.41 0.89 0.33
Hex 52 9D 9 30 0 5E 26 5A 59 21
Octal 122 235 11 60 0 136 46 132 131 41
Binary 1010010 10011101 1001 110000 0 1011110 100110 1011010 1011001 100001

Color Harmonies of #529D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529D09

Black with #529D09

Text Example


Text Example

White with #529D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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