#12A568

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

Shades of Jade #12A568

Tints of Jade #12A568

Color information

#12A568 (or 0x12A568) is unknown color: approx Jade. HEX triplet: 12, A5 and 68. RGB value is (18,165,104). Sum of RGB (Red+Green+Blue) = 18+165+104=287 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.27% from 287); Green value is 165 (64.84% from 255 or 57.49% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 165 - color contains mainly: green. Hex color #12A568 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A568 is #ED5A97. Grayscale: #727272. Windows color (decimal): -15555224 or 6858002. OLE color: 6858002.

HSL color Cylindrical-coordinate representation of color #12A568: hue angle of 155.1º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A568 is Cyan = 0.89, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.35.

Color convert

RGB18165104-
CMYK0.8900.370.35
HSL155.1º80.33%35.88%-
HSV(B)155.1º89.09%64.71%-
XYZ16.228.0417.65-
YUV114.09122.359.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.27%
GREEN value IS 165 (64.84% from 255) = 57.49%
BLUE value IS 104 (41.02% from 255) = 36.24%
R=6.27%
G=57.49%
B=36.24%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181651040.8900.370.35155.180.3335.88
Hex12A56859025239b5024
Octal222451501310454323312044
Binary1001010100101110100010110010100101100011100110111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12A568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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