Html Css Color HEX #529E12 Limeade

📋 copy color: '#529E12'

red 82 ◦ green 158 ◦ blue 18

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

Shades of Limeade #529E12

Tints of Limeade #529E12

RGB

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

 GREEN value IS 158 (62.11% from 255) = 61.24%

 BLUE value IS 18 (7.42% from 255) = 6.98%

R = 31.78%
G = 61.24%
B = 6.98%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.89

 K value IS 0.38

RGB Variations

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

Color information

#529E12 (or 0x529E12) is known color: Limeade. HEX triplet: 52, 9E and 12. RGB value is (82,158,18). Sum of RGB (Red+Green+Blue) = 82+158+18=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 158 (62.11% from 255 or 61.24% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 158 - color contains mainly: green. Hex color #529E12 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529E12 is #AD61ED. Grayscale: #777777. Windows color (decimal): -11362798 or 1220178. OLE color: 1220178.

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

Color convert

RGB 82 158 18 -
CMYK 0.48 0 0.89 0.38
HSL 92.57º 0.8% 0.35% -
HSV(B) 92.57º 0.89% 0.62% -
XYZ 15.82 26.29 4.81 -
YUV 119.32 70.82 101.38 -
System Red Green Blue C M Y K H S L
Decimal 82 158 18 0.48 0 0.89 0.38 92.57 0.8 0.35
Hex 52 9E 12 30 0 59 26 5D 50 23
Octal 122 236 22 60 0 131 46 135 120 43
Binary 1010010 10011110 10010 110000 0 1011001 100110 1011101 1010000 100011

Color Harmonies of #529E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529E12

Black with #529E12

Text Example


Text Example

White with #529E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,158,18); }

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

background-color css

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

 a { background-color: rgb(82,158,18); }

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

border-color css

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

 span { border-color: rgb(82,158,18); }

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