#12B76A

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

Shades of Jade #12B76A

Tints of Jade #12B76A

Color information

#12B76A (or 0x12B76A) is unknown color: approx Jade. HEX triplet: 12, B7 and 6A. RGB value is (18,183,106). Sum of RGB (Red+Green+Blue) = 18+183+106=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76A is #ED4895. Grayscale: #7D7D7D. Windows color (decimal): -15550614 or 6993682. OLE color: 6993682.

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

Color convert

RGB18183106-
CMYK0.9000.420.28
HSL152º82.09%39.41%-
HSV(B)152º90.16%71.76%-
XYZ19.7835.0419.36-
YUV124.89117.3451.76-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 183 (71.88% from 255) = 59.61%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=5.86%
G=59.61%
B=34.53%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal181831060.9000.420.2815282.0939.41
Hex12B76A5A02A1C985227
Octal222671521320523423012247
Binary100101011011111010101011010010101011100100110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,183,106); }

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

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

 a { background-color: rgb(18,183,106); }

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

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

 span { border-color: rgb(18,183,106); }

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