#12B46E

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

Shades of Jade #12B46E

Tints of Jade #12B46E

Color information

#12B46E (or 0x12B46E) is unknown color: approx Jade. HEX triplet: 12, B4 and 6E. RGB value is (18,180,110). Sum of RGB (Red+Green+Blue) = 18+180+110=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 180 (70.70% from 255 or 58.44% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 180 - color contains mainly: green. Hex color #12B46E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B46E is #ED4B91. Grayscale: #7B7B7B. Windows color (decimal): -15551378 or 7255058. OLE color: 7255058.

HSL color Cylindrical-coordinate representation of color #12B46E: hue angle of 154.07º 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 #12B46E is Cyan = 0.9, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB18180110-
CMYK0.900.390.29
HSL154.07º81.82%38.82%-
HSV(B)154.07º90%70.59%-
XYZ19.3933.920.27-
YUV123.58120.3352.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 180 (70.70% from 255) = 58.44%
BLUE value IS 110 (43.36% from 255) = 35.71%
R=5.84%
G=58.44%
B=35.71%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801100.900.390.29154.0781.8238.82
Hex12B46E5A0271D9a5227
Octal222641561320473523212247
Binary100101011010011011101011010010011111101100110101010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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