Html Css Color HEX #12A86E Jade

📋 copy color: '#12A86E'

red 18 ◦ green 168 ◦ blue 110

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

Shades of Jade #12A86E

Tints of Jade #12A86E

RGB

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

 GREEN value IS 168 (66.02% from 255) = 56.76%

 BLUE value IS 110 (43.36% from 255) = 37.16%

R = 6.08%
G = 56.76%
B = 37.16%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.35

 K value IS 0.34

RGB Variations

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

Color information

#12A86E (or 0x12A86E) is known color: Jade. HEX triplet: 12, A8 and 6E. RGB value is (18,168,110). Sum of RGB (Red+Green+Blue) = 18+168+110=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 168 (66.02% from 255 or 56.76% from 296); Blue value is 110 (43.36% from 255 or 37.16% from 296); Max value from RGB is 168 - color contains mainly: green. Hex color #12A86E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A86E is #ED5791. Grayscale: #747474. Windows color (decimal): -15554450 or 7251986. OLE color: 7251986.

HSL color Cylindrical-coordinate representation of color #12A86E: hue angle of 156.8º 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 #12A86E is Cyan = 0.89, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 110 -
CMYK 0.89 0 0.35 0.34
HSL 156.8º 0.81% 0.36% -
HSV(B) 156.8º 0.89% 0.66% -
XYZ 17.07 29.26 19.5 -
YUV 116.54 124.31 57.72 -
System Red Green Blue C M Y K H S L
Decimal 18 168 110 0.89 0 0.35 0.34 156.8 0.81 0.36
Hex 12 A8 6E 59 0 23 22 9D 51 24
Octal 22 250 156 131 0 43 42 235 121 44
Binary 10010 10101000 1101110 1011001 0 100011 100010 10011101 1010001 100100

Color Harmonies of #12A86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A86E

Black with #12A86E

Text Example


Text Example

White with #12A86E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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