Html Css Color HEX #529A0F Limeade

📋 copy color: '#529A0F'

red 82 ◦ green 154 ◦ blue 15

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

Shades of Limeade #529A0F

Tints of Limeade #529A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 32.67%
G = 61.35%
B = 5.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.90

 K value IS 0.40

RGB Variations

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

Color information

#529A0F (or 0x529A0F) is known color: Limeade. HEX triplet: 52, 9A and 0F. RGB value is (82,154,15). Sum of RGB (Red+Green+Blue) = 82+154+15=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 154 (60.55% from 255 or 61.35% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 154 - color contains mainly: green. Hex color #529A0F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A0F is #AD65F0. Grayscale: #757575. Windows color (decimal): -11363825 or 1022546. OLE color: 1022546.

HSL color Cylindrical-coordinate representation of color #529A0F: hue angle of 91.08º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #529A0F is Cyan = 0.47, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.40.

Color convert

RGB 82 154 15 -
CMYK 0.47 0 0.90 0.40
HSL 91.08º 0.82% 0.33% -
HSV(B) 91.08º 0.9% 0.6% -
XYZ 15.12 24.94 4.47 -
YUV 116.63 70.65 103.3 -
System Red Green Blue C M Y K H S L
Decimal 82 154 15 0.47 0 0.90 0.40 91.08 0.82 0.33
Hex 52 9A F 2F 0 5A 28 5B 52 21
Octal 122 232 17 57 0 132 50 133 122 41
Binary 1010010 10011010 1111 101111 0 1011010 101000 1011011 1010010 100001

Color Harmonies of #529A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A0F

Black with #529A0F

Text Example


Text Example

White with #529A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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