Html Css Color HEX #12AD4C Pigment Green

📋 copy color: '#12AD4C'

red 18 ◦ green 173 ◦ blue 76

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

Shades of Pigment Green #12AD4C

Tints of Pigment Green #12AD4C

RGB

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

 GREEN value IS 173 (67.97% from 255) = 64.79%

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

R = 6.74%
G = 64.79%
B = 28.46%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#12AD4C (or 0x12AD4C) is known color: Pigment Green. HEX triplet: 12, AD and 4C. RGB value is (18,173,76). Sum of RGB (Red+Green+Blue) = 18+173+76=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 76 (30.08% from 255 or 28.46% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD4C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12AD4C is #ED52B3. Grayscale: #737373. Windows color (decimal): -15553204 or 5025042. OLE color: 5025042.

HSL color Cylindrical-coordinate representation of color #12AD4C: hue angle of 142.45º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12AD4C is Cyan = 0.90, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 173 76 -
CMYK 0.90 0 0.56 0.32
HSL 142.45º 0.81% 0.37% -
HSV(B) 142.45º 0.9% 0.68% -
XYZ 16.5 30.54 11.86 -
YUV 115.6 105.65 58.39 -
System Red Green Blue C M Y K H S L
Decimal 18 173 76 0.90 0 0.56 0.32 142.45 0.81 0.37
Hex 12 AD 4C 5A 0 38 20 8E 51 25
Octal 22 255 114 132 0 70 40 216 121 45
Binary 10010 10101101 1001100 1011010 0 111000 100000 10001110 1010001 100101

Color Harmonies of #12AD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD4C

Black with #12AD4C

Text Example


Text Example

White with #12AD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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