Html Css Color HEX #529A14 Limeade

📋 copy color: '#529A14'

red 82 ◦ green 154 ◦ blue 20

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

Shades of Limeade #529A14

Tints of Limeade #529A14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 32.03%
G = 60.16%
B = 7.81%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.87

 K value IS 0.40

RGB Variations

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

Color information

#529A14 (or 0x529A14) is known color: Limeade. HEX triplet: 52, 9A and 14. RGB value is (82,154,20). Sum of RGB (Red+Green+Blue) = 82+154+20=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 154 (60.55% from 255 or 60.16% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 154 - color contains mainly: green. Hex color #529A14 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A14 is #AD65EB. Grayscale: #757575. Windows color (decimal): -11363820 or 1350226. OLE color: 1350226.

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

Color convert

RGB 82 154 20 -
CMYK 0.47 0 0.87 0.40
HSL 92.24º 0.77% 0.34% -
HSV(B) 92.24º 0.87% 0.6% -
XYZ 15.16 24.96 4.68 -
YUV 117.2 73.15 102.9 -
System Red Green Blue C M Y K H S L
Decimal 82 154 20 0.47 0 0.87 0.40 92.24 0.77 0.34
Hex 52 9A 14 2F 0 57 28 5C 4D 22
Octal 122 232 24 57 0 127 50 134 115 42
Binary 1010010 10011010 10100 101111 0 1010111 101000 1011100 1001101 100010

Color Harmonies of #529A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A14

Black with #529A14

Text Example


Text Example

White with #529A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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