#12A868

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

Shades of Jade #12A868

Tints of Jade #12A868

Color information

#12A868 (or 0x12A868) is unknown color: approx Jade. HEX triplet: 12, A8 and 68. RGB value is (18,168,104). Sum of RGB (Red+Green+Blue) = 18+168+104=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 168 (66.02% from 255 or 57.93% from 290); Blue value is 104 (41.02% from 255 or 35.86% from 290); Max value from RGB is 168 - color contains mainly: green. Hex color #12A868 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A868 is #ED5797. Grayscale: #737373. Windows color (decimal): -15554456 or 6858770. OLE color: 6858770.

HSL color Cylindrical-coordinate representation of color #12A868: hue angle of 154.4º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A868 is Cyan = 0.89, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.34.

Color convert

RGB18168104-
CMYK0.8900.380.34
HSL154.4º80.65%36.47%-
HSV(B)154.4º89.29%65.88%-
XYZ16.7529.1317.84-
YUV115.85121.358.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.21%
GREEN value IS 168 (66.02% from 255) = 57.93%
BLUE value IS 104 (41.02% from 255) = 35.86%
R=6.21%
G=57.93%
B=35.86%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal181681040.8900.380.34154.480.6536.47
Hex12A86859026229a5124
Octal222501501310464223212144
Binary1001010101000110100010110010100110100010100110101010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,168,104); }

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

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

 a { background-color: rgb(18,168,104); }

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

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

 span { border-color: rgb(18,168,104); }

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