Html Css Color HEX #12AC53 Pigment Green

📋 copy color: '#12AC53'

red 18 ◦ green 172 ◦ blue 83

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

Shades of Pigment Green #12AC53

Tints of Pigment Green #12AC53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 30.4%

R = 6.59%
G = 63%
B = 30.4%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.33

RGB Variations

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

Color information

#12AC53 (or 0x12AC53) is known color: Pigment Green. HEX triplet: 12, AC and 53. RGB value is (18,172,83). Sum of RGB (Red+Green+Blue) = 18+172+83=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 172 (67.58% from 255 or 63.00% from 273); Blue value is 83 (32.81% from 255 or 30.40% from 273); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC53 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC53 is #ED53AC. Grayscale: #747474. Windows color (decimal): -15553453 or 5483538. OLE color: 5483538.

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

Color convert

RGB 18 172 83 -
CMYK 0.90 0 0.52 0.33
HSL 145.32º 0.81% 0.37% -
HSV(B) 145.32º 0.9% 0.67% -
XYZ 16.56 30.26 13.15 -
YUV 115.81 109.48 58.24 -
System Red Green Blue C M Y K H S L
Decimal 18 172 83 0.90 0 0.52 0.33 145.32 0.81 0.37
Hex 12 AC 53 5A 0 34 21 91 51 25
Octal 22 254 123 132 0 64 41 221 121 45
Binary 10010 10101100 1010011 1011010 0 110100 100001 10010001 1010001 100101

Color Harmonies of #12AC53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC53

Black with #12AC53

Text Example


Text Example

White with #12AC53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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