Html Css Color HEX #12AC73 Jade

📋 copy color: '#12AC73'

red 18 ◦ green 172 ◦ blue 115

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

Shades of Jade #12AC73

Tints of Jade #12AC73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 37.7%

R = 5.9%
G = 56.39%
B = 37.7%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#12AC73 (or 0x12AC73) is known color: Jade. HEX triplet: 12, AC and 73. RGB value is (18,172,115). Sum of RGB (Red+Green+Blue) = 18+172+115=305 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.90% from 305); Green value is 172 (67.58% from 255 or 56.39% from 305); Blue value is 115 (45.31% from 255 or 37.70% from 305); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC73 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC73 is #ED538C. Grayscale: #777777. Windows color (decimal): -15553421 or 7580690. OLE color: 7580690.

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

Color convert

RGB 18 172 115 -
CMYK 0.90 0 0.33 0.33
HSL 157.79º 0.81% 0.37% -
HSV(B) 157.79º 0.9% 0.67% -
XYZ 18.1 30.87 21.22 -
YUV 119.46 125.48 55.63 -
System Red Green Blue C M Y K H S L
Decimal 18 172 115 0.90 0 0.33 0.33 157.79 0.81 0.37
Hex 12 AC 73 5A 0 21 21 9E 51 25
Octal 22 254 163 132 0 41 41 236 121 45
Binary 10010 10101100 1110011 1011010 0 100001 100001 10011110 1010001 100101

Color Harmonies of #12AC73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC73

Black with #12AC73

Text Example


Text Example

White with #12AC73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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