#12B46B

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

Shades of Jade #12B46B

Tints of Jade #12B46B

Color information

#12B46B (or 0x12B46B) is unknown color: approx Jade. HEX triplet: 12, B4 and 6B. RGB value is (18,180,107). Sum of RGB (Red+Green+Blue) = 18+180+107=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 180 (70.70% from 255 or 59.02% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 180 - color contains mainly: green. Hex color #12B46B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B46B is #ED4B94. Grayscale: #7B7B7B. Windows color (decimal): -15551381 or 7058450. OLE color: 7058450.

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

Color convert

RGB18180107-
CMYK0.900.410.29
HSL152.96º81.82%38.82%-
HSV(B)152.96º90%70.59%-
XYZ19.2233.8319.43-
YUV123.24118.8352.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.90%
GREEN value IS 180 (70.70% from 255) = 59.02%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=5.90%
G=59.02%
B=35.08%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181801070.900.410.29152.9681.8238.82
Hex12B46B5A0291D995227
Octal222641531320513523112247
Binary100101011010011010111011010010100111101100110011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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