Html Css Color HEX #529309 Limeade

📋 copy color: '#529309'

red 82 ◦ green 147 ◦ blue 9

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

Shades of Limeade #529309

Tints of Limeade #529309

RGB

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

 GREEN value IS 147 (57.81% from 255) = 61.76%

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

R = 34.45%
G = 61.76%
B = 3.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.94

 K value IS 0.42

RGB Variations

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

Color information

#529309 (or 0x529309) is known color: Limeade. HEX triplet: 52, 93 and 09. RGB value is (82,147,9). Sum of RGB (Red+Green+Blue) = 82+147+9=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 147 (57.81% from 255 or 61.76% from 238); Blue value is 9 (3.91% from 255 or 3.78% from 238); Max value from RGB is 147 - color contains mainly: green. Hex color #529309 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529309 is #AD6CF6. Grayscale: #707070. Windows color (decimal): -11365623 or 627538. OLE color: 627538.

HSL color Cylindrical-coordinate representation of color #529309: hue angle of 88.26º degrees, saturation: 0.88, 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 #529309 is Cyan = 0.44, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.42.

Color convert

RGB 82 147 9 -
CMYK 0.44 0 0.94 0.42
HSL 88.26º 0.88% 0.31% -
HSV(B) 88.26º 0.94% 0.58% -
XYZ 13.96 22.68 3.9 -
YUV 111.83 69.97 106.72 -
System Red Green Blue C M Y K H S L
Decimal 82 147 9 0.44 0 0.94 0.42 88.26 0.88 0.31
Hex 52 93 9 2C 0 5E 2A 58 58 1F
Octal 122 223 11 54 0 136 52 130 130 37
Binary 1010010 10010011 1001 101100 0 1011110 101010 1011000 1011000 11111

Color Harmonies of #529309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529309

Black with #529309

Text Example


Text Example

White with #529309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529309; }

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

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

background-color css

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

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

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

border-color css

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

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

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