Html Css Color HEX #12A771 Jade

📋 copy color: '#12A771'

red 18 ◦ green 167 ◦ blue 113

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

Shades of Jade #12A771

Tints of Jade #12A771

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.04%

 BLUE value IS 113 (44.53% from 255) = 37.92%

R = 6.04%
G = 56.04%
B = 37.92%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.32

 K value IS 0.35

RGB Variations

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

Color information

#12A771 (or 0x12A771) is known color: Jade. HEX triplet: 12, A7 and 71. RGB value is (18,167,113). Sum of RGB (Red+Green+Blue) = 18+167+113=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 167 (65.62% from 255 or 56.04% from 298); Blue value is 113 (44.53% from 255 or 37.92% from 298); Max value from RGB is 167 - color contains mainly: green. Hex color #12A771 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A771 is #ED588E. Grayscale: #747474. Windows color (decimal): -15554703 or 7448338. OLE color: 7448338.

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

Color convert

RGB 18 167 113 -
CMYK 0.89 0 0.32 0.35
HSL 158.26º 0.81% 0.36% -
HSV(B) 158.26º 0.89% 0.65% -
XYZ 17.05 28.96 20.31 -
YUV 116.29 126.14 57.89 -
System Red Green Blue C M Y K H S L
Decimal 18 167 113 0.89 0 0.32 0.35 158.26 0.81 0.36
Hex 12 A7 71 59 0 20 23 9E 51 24
Octal 22 247 161 131 0 40 43 236 121 44
Binary 10010 10100111 1110001 1011001 0 100000 100011 10011110 1010001 100100

Color Harmonies of #12A771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A771

Black with #12A771

Text Example


Text Example

White with #12A771

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,167,113); }

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

background-color css

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

 a { background-color: rgb(18,167,113); }

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

border-color css

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

 span { border-color: rgb(18,167,113); }

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