Html Css Color HEX #12AC5E Pigment Green

📋 copy color: '#12AC5E'

red 18 ◦ green 172 ◦ blue 94

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

Shades of Pigment Green #12AC5E

Tints of Pigment Green #12AC5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.1%

R = 6.34%
G = 60.56%
B = 33.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#12AC5E (or 0x12AC5E) is known color: Pigment Green. HEX triplet: 12, AC and 5E. RGB value is (18,172,94). Sum of RGB (Red+Green+Blue) = 18+172+94=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 172 (67.58% from 255 or 60.56% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 172 - color contains mainly: green. Hex color #12AC5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AC5E is #ED53A1. Grayscale: #757575. Windows color (decimal): -15553442 or 6204434. OLE color: 6204434.

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

Color convert

RGB 18 172 94 -
CMYK 0.90 0 0.45 0.33
HSL 149.61º 0.81% 0.37% -
HSV(B) 149.61º 0.9% 0.67% -
XYZ 17.02 30.44 15.57 -
YUV 117.06 114.98 57.34 -
System Red Green Blue C M Y K H S L
Decimal 18 172 94 0.90 0 0.45 0.33 149.61 0.81 0.37
Hex 12 AC 5E 5A 0 2D 21 96 51 25
Octal 22 254 136 132 0 55 41 226 121 45
Binary 10010 10101100 1011110 1011010 0 101101 100001 10010110 1010001 100101

Color Harmonies of #12AC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AC5E

Black with #12AC5E

Text Example


Text Example

White with #12AC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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