Html Css Color HEX #529618 Limeade

📋 copy color: '#529618'

red 82 ◦ green 150 ◦ blue 24

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

Shades of Limeade #529618

Tints of Limeade #529618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.38%

R = 32.03%
G = 58.59%
B = 9.38%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#529618 (or 0x529618) is known color: Limeade. HEX triplet: 52, 96 and 18. RGB value is (82,150,24). Sum of RGB (Red+Green+Blue) = 82+150+24=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 150 (58.98% from 255 or 58.59% from 256); Blue value is 24 (9.77% from 255 or 9.38% from 256); Max value from RGB is 150 - color contains mainly: green. Hex color #529618 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529618 is #AD69E7. Grayscale: #737373. Windows color (decimal): -11364840 or 1611346. OLE color: 1611346.

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

Color convert

RGB 82 150 24 -
CMYK 0.45 0 0.84 0.41
HSL 92.38º 0.72% 0.34% -
HSV(B) 92.38º 0.84% 0.59% -
XYZ 14.55 23.67 4.67 -
YUV 115.3 76.47 104.25 -
System Red Green Blue C M Y K H S L
Decimal 82 150 24 0.45 0 0.84 0.41 92.38 0.72 0.34
Hex 52 96 18 2D 0 54 29 5C 48 22
Octal 122 226 30 55 0 124 51 134 110 42
Binary 1010010 10010110 11000 101101 0 1010100 101001 1011100 1001000 100010

Color Harmonies of #529618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529618

Black with #529618

Text Example


Text Example

White with #529618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #529618; }

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

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

background-color css

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

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

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

border-color css

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

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

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