#12B76B

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

Shades of Jade #12B76B

Tints of Jade #12B76B

Color information

#12B76B (or 0x12B76B) is unknown color: approx Jade. HEX triplet: 12, B7 and 6B. RGB value is (18,183,107). Sum of RGB (Red+Green+Blue) = 18+183+107=308 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.84% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #12B76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B76B is #ED4894. Grayscale: #7D7D7D. Windows color (decimal): -15550613 or 7059218. OLE color: 7059218.

HSL color Cylindrical-coordinate representation of color #12B76B: hue angle of 152.36º 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 #12B76B is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.28.

Color convert

RGB18183107-
CMYK0.9000.420.28
HSL152.36º82.09%39.41%-
HSV(B)152.36º90.16%71.76%-
XYZ19.8435.0619.63-
YUV125117.8451.68-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.84%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=5.84%
G=59.42%
B=34.74%

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
Decimal181831070.9000.420.28152.3682.0939.41
Hex12B76B5A02A1C985227
Octal222671531320523423012247
Binary100101011011111010111011010010101011100100110001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12B76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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