#12B66E

Color #12B66E Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #12B66E

Tints of Jade #12B66E

Color information

#12B66E (or 0x12B66E) is unknown color: approx Jade. HEX triplet: 12, B6 and 6E. RGB value is (18,182,110). Sum of RGB (Red+Green+Blue) = 18+182+110=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 182 (71.48% from 255 or 58.71% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 182 - color contains mainly: green. Hex color #12B66E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B66E is #ED4991. Grayscale: #7C7C7C. Windows color (decimal): -15550866 or 7255570. OLE color: 7255570.

HSL color Cylindrical-coordinate representation of color #12B66E: hue angle of 153.66º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B66E is Cyan = 0.90, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB18182110-
CMYK0.9000.400.29
HSL153.66º82%39.22%-
HSV(B)153.66º90.11%71.37%-
XYZ19.7934.7120.41-
YUV124.76119.6751.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.81%
GREEN value IS 182 (71.48% from 255) = 58.71%
BLUE value IS 110 (43.36% from 255) = 35.48%
R=5.81%
G=58.71%
B=35.48%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181821100.9000.400.29153.668239.22
Hex12B66E5A0281D9a5227
Octal222661561320503523212247
Binary100101011011011011101011010010100011101100110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12B66E; }

 p { color: rgb(18,182,110); }

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

<style>
 a { background-color: #12B66E; }

 a { background-color: rgb(18,182,110); }

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

<style>
 span { border-color: #12B66E; }

 span { border-color: rgb(18,182,110); }

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