Html Css Color HEX #12AD4F Pigment Green

📋 copy color: '#12AD4F'

red 18 ◦ green 173 ◦ blue 79

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

Shades of Pigment Green #12AD4F

Tints of Pigment Green #12AD4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 29.26%

R = 6.67%
G = 64.07%
B = 29.26%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#12AD4F (or 0x12AD4F) is known color: Pigment Green. HEX triplet: 12, AD and 4F. RGB value is (18,173,79). Sum of RGB (Red+Green+Blue) = 18+173+79=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 173 (67.97% from 255 or 64.07% from 270); Blue value is 79 (31.25% from 255 or 29.26% from 270); Max value from RGB is 173 - color contains mainly: green. Hex color #12AD4F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12AD4F is #ED52B0. Grayscale: #747474. Windows color (decimal): -15553201 or 5221650. OLE color: 5221650.

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

Color convert

RGB 18 173 79 -
CMYK 0.90 0 0.54 0.32
HSL 143.61º 0.81% 0.37% -
HSV(B) 143.61º 0.9% 0.68% -
XYZ 16.6 30.58 12.42 -
YUV 115.94 107.15 58.14 -
System Red Green Blue C M Y K H S L
Decimal 18 173 79 0.90 0 0.54 0.32 143.61 0.81 0.37
Hex 12 AD 4F 5A 0 36 20 90 51 25
Octal 22 255 117 132 0 66 40 220 121 45
Binary 10010 10101101 1001111 1011010 0 110110 100000 10010000 1010001 100101

Color Harmonies of #12AD4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12AD4F

Black with #12AD4F

Text Example


Text Example

White with #12AD4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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