Html Css Color HEX #12A447 Pigment Green

📋 copy color: '#12A447'

red 18 ◦ green 164 ◦ blue 71

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

Shades of Pigment Green #12A447

Tints of Pigment Green #12A447

RGB

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

 GREEN value IS 164 (64.45% from 255) = 64.82%

 BLUE value IS 71 (28.13% from 255) = 28.06%

R = 7.11%
G = 64.82%
B = 28.06%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.36

RGB Variations

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

Color information

#12A447 (or 0x12A447) is known color: Pigment Green. HEX triplet: 12, A4 and 47. RGB value is (18,164,71). Sum of RGB (Red+Green+Blue) = 18+164+71=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 164 (64.45% from 255 or 64.82% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 164 - color contains mainly: green. Hex color #12A447 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A447 is #ED5BB8. Grayscale: #6D6D6D. Windows color (decimal): -15555513 or 4695058. OLE color: 4695058.

HSL color Cylindrical-coordinate representation of color #12A447: hue angle of 141.78º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A447 is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 164 71 -
CMYK 0.89 0 0.57 0.36
HSL 141.78º 0.8% 0.36% -
HSV(B) 141.78º 0.89% 0.64% -
XYZ 14.66 27.13 10.43 -
YUV 109.74 106.13 62.56 -
System Red Green Blue C M Y K H S L
Decimal 18 164 71 0.89 0 0.57 0.36 141.78 0.8 0.36
Hex 12 A4 47 59 0 39 24 8E 50 24
Octal 22 244 107 131 0 71 44 216 120 44
Binary 10010 10100100 1000111 1011001 0 111001 100100 10001110 1010000 100100

Color Harmonies of #12A447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A447

Black with #12A447

Text Example


Text Example

White with #12A447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,164,71); }

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

background-color css

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

 a { background-color: rgb(18,164,71); }

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

border-color css

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

 span { border-color: rgb(18,164,71); }

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