#12BF64

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

Shades of Jade #12BF64

Tints of Jade #12BF64

Color information

#12BF64 (or 0x12BF64) is unknown color: approx Jade. HEX triplet: 12, BF and 64. RGB value is (18,191,100). Sum of RGB (Red+Green+Blue) = 18+191+100=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 191 (75% from 255 or 61.81% from 309); Blue value is 100 (39.45% from 255 or 32.36% from 309); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BF64 is #ED409B. Grayscale: #818181. Windows color (decimal): -15548572 or 6602514. OLE color: 6602514.

HSL color Cylindrical-coordinate representation of color #12BF64: hue angle of 148.44º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF64 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.

Color convert

RGB18191100-
CMYK0.9100.480.25
HSL148.44º82.78%40.98%-
HSV(B)148.44º90.58%74.9%-
XYZ21.1838.3118.33-
YUV128.9111.6948.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.83%
GREEN value IS 191 (75% from 255) = 61.81%
BLUE value IS 100 (39.45% from 255) = 32.36%
R=5.83%
G=61.81%
B=32.36%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal181911000.9100.480.25148.4482.7840.98
Hex12BF645B03019945329
Octal222771441330603122412351
Binary100101011111111001001011011011000011001100101001010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,191,100); }

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

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

 a { background-color: rgb(18,191,100); }

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

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

 span { border-color: rgb(18,191,100); }

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