Html Css Color HEX #12A94C Pigment Green

📋 copy color: '#12A94C'

red 18 ◦ green 169 ◦ blue 76

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

Shades of Pigment Green #12A94C

Tints of Pigment Green #12A94C

RGB

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

 GREEN value IS 169 (66.41% from 255) = 64.26%

 BLUE value IS 76 (30.08% from 255) = 28.9%

R = 6.84%
G = 64.26%
B = 28.9%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#12A94C (or 0x12A94C) is known color: Pigment Green. HEX triplet: 12, A9 and 4C. RGB value is (18,169,76). Sum of RGB (Red+Green+Blue) = 18+169+76=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 169 (66.41% from 255 or 64.26% from 263); Blue value is 76 (30.08% from 255 or 28.90% from 263); Max value from RGB is 169 - color contains mainly: green. Hex color #12A94C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A94C is #ED56B3. Grayscale: #717171. Windows color (decimal): -15554228 or 5024018. OLE color: 5024018.

HSL color Cylindrical-coordinate representation of color #12A94C: hue angle of 143.05º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A94C is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 169 76 -
CMYK 0.89 0 0.55 0.34
HSL 143.05º 0.81% 0.37% -
HSV(B) 143.05º 0.89% 0.66% -
XYZ 15.74 29.03 11.61 -
YUV 113.25 106.97 60.06 -
System Red Green Blue C M Y K H S L
Decimal 18 169 76 0.89 0 0.55 0.34 143.05 0.81 0.37
Hex 12 A9 4C 59 0 37 22 8F 51 25
Octal 22 251 114 131 0 67 42 217 121 45
Binary 10010 10101001 1001100 1011001 0 110111 100010 10001111 1010001 100101

Color Harmonies of #12A94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A94C

Black with #12A94C

Text Example


Text Example

White with #12A94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,169,76); }

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

background-color css

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

 a { background-color: rgb(18,169,76); }

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

border-color css

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

 span { border-color: rgb(18,169,76); }

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