#12BB62

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

Shades of Jade #12BB62

Tints of Jade #12BB62

Color information

#12BB62 (or 0x12BB62) is unknown color: approx Jade. HEX triplet: 12, BB and 62. RGB value is (18,187,98). Sum of RGB (Red+Green+Blue) = 18+187+98=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 187 (73.44% from 255 or 61.72% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 187 - color contains mainly: green. Hex color #12BB62 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BB62 is #ED449D. Grayscale: #7E7E7E. Windows color (decimal): -15549598 or 6470418. OLE color: 6470418.

HSL color Cylindrical-coordinate representation of color #12BB62: hue angle of 148.4º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BB62 is Cyan = 0.90, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1818798-
CMYK0.9000.480.27
HSL148.4º82.44%40.2%-
HSV(B)148.4º90.37%73.33%-
XYZ20.2236.5517.54-
YUV126.32112.0150.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 187 (73.44% from 255) = 61.72%
BLUE value IS 98 (38.67% from 255) = 32.34%
R=5.94%
G=61.72%
B=32.34%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18187980.9000.480.27148.482.4440.2
Hex12BB625A0301B945228
Octal222731421320603322412250
Binary100101011101111000101011010011000011011100101001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12BB62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,187,98); }

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

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

 a { background-color: rgb(18,187,98); }

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

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

 span { border-color: rgb(18,187,98); }

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