Html Css Color HEX #13A64B Pigment Green

📋 copy color: '#13A64B'

red 19 ◦ green 166 ◦ blue 75

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

Shades of Pigment Green #13A64B

Tints of Pigment Green #13A64B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 63.85%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 7.31%
G = 63.85%
B = 28.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.35

RGB Variations

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

Color information

#13A64B (or 0x13A64B) is known color: Pigment Green. HEX triplet: 13, A6 and 4B. RGB value is (19,166,75). Sum of RGB (Red+Green+Blue) = 19+166+75=260 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.31% from 260); Green value is 166 (65.23% from 255 or 63.85% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 166 - color contains mainly: green. Hex color #13A64B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A64B is #EC59B4. Grayscale: #6F6F6F. Windows color (decimal): -15489461 or 4957715. OLE color: 4957715.

HSL color Cylindrical-coordinate representation of color #13A64B: hue angle of 142.86º degrees, saturation: 0.79, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #13A64B is Cyan = 0.89, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.35.

Color convert

RGB 19 166 75 -
CMYK 0.89 0 0.55 0.35
HSL 142.86º 0.79% 0.36% -
HSV(B) 142.86º 0.89% 0.65% -
XYZ 15.17 27.92 11.25 -
YUV 111.67 107.3 61.9 -
System Red Green Blue C M Y K H S L
Decimal 19 166 75 0.89 0 0.55 0.35 142.86 0.79 0.36
Hex 13 A6 4B 59 0 37 23 8F 4F 24
Octal 23 246 113 131 0 67 43 217 117 44
Binary 10011 10100110 1001011 1011001 0 110111 100011 10001111 1001111 100100

Color Harmonies of #13A64B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A64B

Black with #13A64B

Text Example


Text Example

White with #13A64B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,166,75); }

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

background-color css

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

 a { background-color: rgb(19,166,75); }

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

border-color css

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

 span { border-color: rgb(19,166,75); }

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