Html Css Color HEX #13AC46 Pigment Green

📋 copy color: '#13AC46'

red 19 ◦ green 172 ◦ blue 70

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

Shades of Pigment Green #13AC46

Tints of Pigment Green #13AC46

RGB

 RED value IS 19 (7.81% from 255) = 7.28%

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

 BLUE value IS 70 (27.73% from 255) = 26.82%

R = 7.28%
G = 65.9%
B = 26.82%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#13AC46 (or 0x13AC46) is known color: Pigment Green. HEX triplet: 13, AC and 46. RGB value is (19,172,70). Sum of RGB (Red+Green+Blue) = 19+172+70=261 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.28% from 261); Green value is 172 (67.58% from 255 or 65.90% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 172 - color contains mainly: green. Hex color #13AC46 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AC46 is #EC53B9. Grayscale: #727272. Windows color (decimal): -15487930 or 4631571. OLE color: 4631571.

HSL color Cylindrical-coordinate representation of color #13AC46: hue angle of 140º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AC46 is Cyan = 0.89, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 172 70 -
CMYK 0.89 0 0.59 0.33
HSL 140º 0.8% 0.37% -
HSV(B) 140º 0.89% 0.67% -
XYZ 16.13 30.09 10.75 -
YUV 114.63 102.81 59.79 -
System Red Green Blue C M Y K H S L
Decimal 19 172 70 0.89 0 0.59 0.33 140 0.8 0.37
Hex 13 AC 46 59 0 3B 21 8C 50 25
Octal 23 254 106 131 0 73 41 214 120 45
Binary 10011 10101100 1000110 1011001 0 111011 100001 10001100 1010000 100101

Color Harmonies of #13AC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AC46

Black with #13AC46

Text Example


Text Example

White with #13AC46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AC46; }

 p { color: rgb(19,172,70); }

 H1.HeaderClassName
 {
   color: #13AC46;
 }
 .AnyTagClassName
 {
   color: #13AC46;
 }
</style>

background-color css

<style>
 a { background-color: #13AC46; }

 a { background-color: rgb(19,172,70); }

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

border-color css

<style>
 span { border-color: #13AC46; }

 span { border-color: rgb(19,172,70); }

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