#12BD6D

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

Shades of Jade #12BD6D

Tints of Jade #12BD6D

Color information

#12BD6D (or 0x12BD6D) is unknown color: approx Jade. HEX triplet: 12, BD and 6D. RGB value is (18,189,109). Sum of RGB (Red+Green+Blue) = 18+189+109=316 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.70% from 316); Green value is 189 (74.22% from 255 or 59.81% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD6D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD6D is #ED4292. Grayscale: #808080. Windows color (decimal): -15549075 or 7191826. OLE color: 7191826.

HSL color Cylindrical-coordinate representation of color #12BD6D: hue angle of 151.93º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD6D is Cyan = 0.90, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.26.

Color convert

RGB18189109-
CMYK0.9000.420.26
HSL151.93º82.61%40.59%-
HSV(B)151.93º90.48%74.12%-
XYZ21.2137.6320.61-
YUV128.75116.8549-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.70%
GREEN value IS 189 (74.22% from 255) = 59.81%
BLUE value IS 109 (42.97% from 255) = 34.49%
R=5.70%
G=59.81%
B=34.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal181891090.9000.420.26151.9382.6140.59
Hex12BD6D5A02A1A985329
Octal222751551320523223012351
Binary100101011110111011011011010010101011010100110001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BD6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,189,109); }

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

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

 a { background-color: rgb(18,189,109); }

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

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

 span { border-color: rgb(18,189,109); }

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