Html Css Color HEX #529A18 Limeade

📋 copy color: '#529A18'

red 82 ◦ green 154 ◦ blue 24

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

Shades of Limeade #529A18

Tints of Limeade #529A18

RGB

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

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

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

R = 31.54%
G = 59.23%
B = 9.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.84

 K value IS 0.40

RGB Variations

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

Color information

#529A18 (or 0x529A18) is known color: Limeade. HEX triplet: 52, 9A and 18. RGB value is (82,154,24). Sum of RGB (Red+Green+Blue) = 82+154+24=260 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.54% from 260); Green value is 154 (60.55% from 255 or 59.23% from 260); Blue value is 24 (9.77% from 255 or 9.23% from 260); Max value from RGB is 154 - color contains mainly: green. Hex color #529A18 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A18 is #AD65E7. Grayscale: #767676. Windows color (decimal): -11363816 or 1612370. OLE color: 1612370.

HSL color Cylindrical-coordinate representation of color #529A18: hue angle of 93.23º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #529A18 is Cyan = 0.47, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 24 -
CMYK 0.47 0 0.84 0.40
HSL 93.23º 0.73% 0.35% -
HSV(B) 93.23º 0.84% 0.6% -
XYZ 15.2 24.97 4.88 -
YUV 117.65 75.15 102.57 -
System Red Green Blue C M Y K H S L
Decimal 82 154 24 0.47 0 0.84 0.40 93.23 0.73 0.35
Hex 52 9A 18 2F 0 54 28 5D 49 23
Octal 122 232 30 57 0 124 50 135 111 43
Binary 1010010 10011010 11000 101111 0 1010100 101000 1011101 1001001 100011

Color Harmonies of #529A18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A18

Black with #529A18

Text Example


Text Example

White with #529A18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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