Html Css Color HEX #12AC64 Jade

📋 copy color: '#12AC64'

red 18 ◦ green 172 ◦ blue 100

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

Shades of Jade #12AC64

Tints of Jade #12AC64

RGB

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

 GREEN value IS 172 (67.58% from 255) = 59.31%

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

R = 6.21%
G = 59.31%
B = 34.48%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.42

 K value IS 0.33

RGB Variations

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

Color information

#12AC64 (or 0x12AC64) is known color: Jade. HEX triplet: 12, AC and 64. RGB value is (18,172,100). Sum of RGB (Red+Green+Blue) = 18+172+100=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 172 (67.58% from 255 or 59.31% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC64 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC64 is #ED539B. Grayscale: #757575. Windows color (decimal): -15553436 or 6597650. OLE color: 6597650.

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

Color convert

RGB 18 172 100 -
CMYK 0.90 0 0.42 0.33
HSL 151.95º 0.81% 0.37% -
HSV(B) 151.95º 0.9% 0.67% -
XYZ 17.3 30.55 17.04 -
YUV 117.75 117.98 56.85 -
System Red Green Blue C M Y K H S L
Decimal 18 172 100 0.90 0 0.42 0.33 151.95 0.81 0.37
Hex 12 AC 64 5A 0 2A 21 98 51 25
Octal 22 254 144 132 0 52 41 230 121 45
Binary 10010 10101100 1100100 1011010 0 101010 100001 10011000 1010001 100101

Color Harmonies of #12AC64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC64

Black with #12AC64

Text Example


Text Example

White with #12AC64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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