Html Css Color HEX #529A0B Limeade

📋 copy color: '#529A0B'

red 82 ◦ green 154 ◦ blue 11

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

Shades of Limeade #529A0B

Tints of Limeade #529A0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.45%

R = 33.2%
G = 62.35%
B = 4.45%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#529A0B (or 0x529A0B) is known color: Limeade. HEX triplet: 52, 9A and 0B. RGB value is (82,154,11). Sum of RGB (Red+Green+Blue) = 82+154+11=247 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.20% from 247); Green value is 154 (60.55% from 255 or 62.35% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 154 - color contains mainly: green. Hex color #529A0B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529A0B is #AD65F4. Grayscale: #747474. Windows color (decimal): -11363829 or 760402. OLE color: 760402.

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

Color convert

RGB 82 154 11 -
CMYK 0.47 0 0.93 0.40
HSL 90.21º 0.87% 0.32% -
HSV(B) 90.21º 0.93% 0.6% -
XYZ 15.1 24.93 4.33 -
YUV 116.17 68.65 103.63 -
System Red Green Blue C M Y K H S L
Decimal 82 154 11 0.47 0 0.93 0.40 90.21 0.87 0.32
Hex 52 9A B 2F 0 5D 28 5A 57 20
Octal 122 232 13 57 0 135 50 132 127 40
Binary 1010010 10011010 1011 101111 0 1011101 101000 1011010 1010111 100000

Color Harmonies of #529A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #529A0B

Black with #529A0B

Text Example


Text Example

White with #529A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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