Html Css Color HEX #13AE4A Pigment Green

📋 copy color: '#13AE4A'

red 19 ◦ green 174 ◦ blue 74

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

Shades of Pigment Green #13AE4A

Tints of Pigment Green #13AE4A

RGB

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

 GREEN value IS 174 (68.36% from 255) = 65.17%

 BLUE value IS 74 (29.3% from 255) = 27.72%

R = 7.12%
G = 65.17%
B = 27.72%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#13AE4A (or 0x13AE4A) is known color: Pigment Green. HEX triplet: 13, AE and 4A. RGB value is (19,174,74). Sum of RGB (Red+Green+Blue) = 19+174+74=267 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.12% from 267); Green value is 174 (68.36% from 255 or 65.17% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 174 - color contains mainly: green. Hex color #13AE4A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AE4A is #EC51B5. Grayscale: #747474. Windows color (decimal): -15487414 or 4894227. OLE color: 4894227.

HSL color Cylindrical-coordinate representation of color #13AE4A: hue angle of 141.29º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13AE4A is Cyan = 0.89, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.32.

Color convert

RGB 19 174 74 -
CMYK 0.89 0 0.57 0.32
HSL 141.29º 0.8% 0.38% -
HSV(B) 141.29º 0.89% 0.68% -
XYZ 16.64 30.9 11.57 -
YUV 116.26 104.15 58.63 -
System Red Green Blue C M Y K H S L
Decimal 19 174 74 0.89 0 0.57 0.32 141.29 0.8 0.38
Hex 13 AE 4A 59 0 39 20 8D 50 26
Octal 23 256 112 131 0 71 40 215 120 46
Binary 10011 10101110 1001010 1011001 0 111001 100000 10001101 1010000 100110

Color Harmonies of #13AE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AE4A

Black with #13AE4A

Text Example


Text Example

White with #13AE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,174,74); }

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

background-color css

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

 a { background-color: rgb(19,174,74); }

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

border-color css

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

 span { border-color: rgb(19,174,74); }

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