#12AF6E

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

Shades of Jade #12AF6E

Tints of Jade #12AF6E

Color information

#12AF6E (or 0x12AF6E) is unknown color: approx Jade. HEX triplet: 12, AF and 6E. RGB value is (18,175,110). Sum of RGB (Red+Green+Blue) = 18+175+110=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 175 (68.75% from 255 or 57.76% from 303); Blue value is 110 (43.36% from 255 or 36.30% from 303); Max value from RGB is 175 - color contains mainly: green. Hex color #12AF6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AF6E is #ED5091. Grayscale: #787878. Windows color (decimal): -15552658 or 7253778. OLE color: 7253778.

HSL color Cylindrical-coordinate representation of color #12AF6E: hue angle of 155.16º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AF6E is Cyan = 0.90, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.31.

Color convert

RGB18175110-
CMYK0.9000.370.31
HSL155.16º81.35%37.84%-
HSV(B)155.16º89.71%68.63%-
XYZ18.3931.9119.94-
YUV120.65121.9954.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 175 (68.75% from 255) = 57.76%
BLUE value IS 110 (43.36% from 255) = 36.30%
R=5.94%
G=57.76%
B=36.30%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181751100.9000.370.31155.1681.3537.84
Hex12AF6E5A0251F9b5126
Octal222571561320453723312146
Binary100101010111111011101011010010010111111100110111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12AF6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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