Html Css Color HEX #12AB64 Jade

📋 copy color: '#12AB64'

red 18 ◦ green 171 ◦ blue 100

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

Shades of Jade #12AB64

Tints of Jade #12AB64

RGB

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

 GREEN value IS 171 (67.19% from 255) = 59.17%

 BLUE value IS 100 (39.45% from 255) = 34.6%

R = 6.23%
G = 59.17%
B = 34.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#12AB64 (or 0x12AB64) is known color: Jade. HEX triplet: 12, AB and 64. RGB value is (18,171,100). Sum of RGB (Red+Green+Blue) = 18+171+100=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 171 (67.19% from 255 or 59.17% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 171 - color contains mainly: green. Hex color #12AB64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AB64 is #ED549B. Grayscale: #757575. Windows color (decimal): -15553692 or 6597394. OLE color: 6597394.

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

Color convert

RGB 18 171 100 -
CMYK 0.89 0 0.42 0.33
HSL 152.16º 0.81% 0.37% -
HSV(B) 152.16º 0.89% 0.67% -
XYZ 17.11 30.17 16.98 -
YUV 117.16 118.31 57.27 -
System Red Green Blue C M Y K H S L
Decimal 18 171 100 0.89 0 0.42 0.33 152.16 0.81 0.37
Hex 12 AB 64 59 0 2A 21 98 51 25
Octal 22 253 144 131 0 52 41 230 121 45
Binary 10010 10101011 1100100 1011001 0 101010 100001 10011000 1010001 100101

Color Harmonies of #12AB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AB64

Black with #12AB64

Text Example


Text Example

White with #12AB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,171,100); }

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

background-color css

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

 a { background-color: rgb(18,171,100); }

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

border-color css

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

 span { border-color: rgb(18,171,100); }

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