#12AA65

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

Shades of Jade #12AA65

Tints of Jade #12AA65

Color information

#12AA65 (or 0x12AA65) is unknown color: approx Jade. HEX triplet: 12, AA and 65. RGB value is (18,170,101). Sum of RGB (Red+Green+Blue) = 18+170+101=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 170 (66.80% from 255 or 58.82% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 170 - color contains mainly: green. Hex color #12AA65 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AA65 is #ED559A. Grayscale: #747474. Windows color (decimal): -15553947 or 6662674. OLE color: 6662674.

HSL color Cylindrical-coordinate representation of color #12AA65: hue angle of 152.76º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12AA65 is Cyan = 0.89, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.33.

Color convert

RGB18170101-
CMYK0.8900.410.33
HSL152.76º80.85%36.86%-
HSV(B)152.76º89.41%66.67%-
XYZ16.9729.8217.17-
YUV116.69119.1457.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 170 (66.80% from 255) = 58.82%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=6.23%
G=58.82%
B=34.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal181701010.8900.410.33152.7680.8536.86
Hex12AA655902921995125
Octal222521451310514123112145
Binary1001010101010110010110110010101001100001100110011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AA65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,170,101); }

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

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

 a { background-color: rgb(18,170,101); }

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

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

 span { border-color: rgb(18,170,101); }

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