Html Css Color HEX #12A96D Jade

📋 copy color: '#12A96D'

red 18 ◦ green 169 ◦ blue 109

#12A96D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jade #12A96D

Tints of Jade #12A96D

RGB

 RED value IS 18 (7.42% from 255) = 6.08%

 GREEN value IS 169 (66.41% from 255) = 57.09%

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 6.08%
G = 57.09%
B = 36.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.36

 K value IS 0.34

RGB Variations

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

Color information

#12A96D (or 0x12A96D) is known color: Jade. HEX triplet: 12, A9 and 6D. RGB value is (18,169,109). Sum of RGB (Red+Green+Blue) = 18+169+109=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 169 (66.41% from 255 or 57.09% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 169 - color contains mainly: green. Hex color #12A96D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A96D is #ED5692. Grayscale: #757575. Windows color (decimal): -15554195 or 7186706. OLE color: 7186706.

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

Color convert

RGB 18 169 109 -
CMYK 0.89 0 0.36 0.34
HSL 156.16º 0.81% 0.37% -
HSV(B) 156.16º 0.89% 0.66% -
XYZ 17.2 29.61 19.28 -
YUV 117.01 123.47 57.38 -
System Red Green Blue C M Y K H S L
Decimal 18 169 109 0.89 0 0.36 0.34 156.16 0.81 0.37
Hex 12 A9 6D 59 0 24 22 9C 51 25
Octal 22 251 155 131 0 44 42 234 121 45
Binary 10010 10101001 1101101 1011001 0 100100 100010 10011100 1010001 100101

Color Harmonies of #12A96D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A96D

Black with #12A96D

Text Example


Text Example

White with #12A96D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12A96D;
 }
 .AnyTagClassName
 {
   color: #12A96D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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