#529B0E

Color #529B0E Limeade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Limeade #529B0E

Tints of Limeade #529B0E

Color information

#529B0E (or 0x529B0E) is unknown color: approx Limeade. HEX triplet: 52, 9B and 0E. RGB value is (82,155,14). Sum of RGB (Red+Green+Blue) = 82+155+14=251 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.67% from 251); Green value is 155 (60.94% from 255 or 61.75% from 251); Blue value is 14 (5.86% from 255 or 5.58% from 251); Max value from RGB is 155 - color contains mainly: green. Hex color #529B0E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #529B0E is #AD64F1. Grayscale: #757575. Windows color (decimal): -11363570 or 957266. OLE color: 957266.

HSL color Cylindrical-coordinate representation of color #529B0E: hue angle of 91.06º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #529B0E is Cyan = 0.47, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.39.

Color convert

RGB8215514-
CMYK0.4700.910.39
HSL91.06º83.43%33.14%-
HSV(B)91.06º90.97%60.78%-
XYZ15.2825.274.49-
YUV117.169.82102.96-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 32.67%
GREEN value IS 155 (60.94% from 255) = 61.75%
BLUE value IS 14 (5.86% from 255) = 5.58%
R=32.67%
G=61.75%
B=5.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal82155140.4700.910.3991.0683.4333.14
Hex529BE2F05B275b5321
Octal122233165701334713312341
Binary10100101001101111101011110101101110011110110111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #529B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,155,14); }

 H1.HeaderClassName
 {
   color: #529B0E;
 }
 .AnyTagClassName
 {
   color: #529B0E;
 }
</style>
background-color css

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

 a { background-color: rgb(82,155,14); }

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

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

 span { border-color: rgb(82,155,14); }

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