Html Css Color HEX #12A86F Jade

📋 copy color: '#12A86F'

red 18 ◦ green 168 ◦ blue 111

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

Shades of Jade #12A86F

Tints of Jade #12A86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.37%

R = 6.06%
G = 56.57%
B = 37.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.34

 K value IS 0.34

RGB Variations

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

Color information

#12A86F (or 0x12A86F) is known color: Jade. HEX triplet: 12, A8 and 6F. RGB value is (18,168,111). Sum of RGB (Red+Green+Blue) = 18+168+111=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 168 (66.02% from 255 or 56.57% from 297); Blue value is 111 (43.75% from 255 or 37.37% from 297); Max value from RGB is 168 - color contains mainly: green. Hex color #12A86F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A86F is #ED5790. Grayscale: #747474. Windows color (decimal): -15554449 or 7317522. OLE color: 7317522.

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

Color convert

RGB 18 168 111 -
CMYK 0.89 0 0.34 0.34
HSL 157.2º 0.81% 0.36% -
HSV(B) 157.2º 0.89% 0.66% -
XYZ 17.12 29.28 19.79 -
YUV 116.65 124.81 57.63 -
System Red Green Blue C M Y K H S L
Decimal 18 168 111 0.89 0 0.34 0.34 157.2 0.81 0.36
Hex 12 A8 6F 59 0 22 22 9D 51 24
Octal 22 250 157 131 0 42 42 235 121 44
Binary 10010 10101000 1101111 1011001 0 100010 100010 10011101 1010001 100100

Color Harmonies of #12A86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A86F

Black with #12A86F

Text Example


Text Example

White with #12A86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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