Html Css Color HEX #13A84B Pigment Green

📋 copy color: '#13A84B'

red 19 ◦ green 168 ◦ blue 75

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

Shades of Pigment Green #13A84B

Tints of Pigment Green #13A84B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 64.12%

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

R = 7.25%
G = 64.12%
B = 28.63%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.55

 K value IS 0.34

RGB Variations

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

Color information

#13A84B (or 0x13A84B) is known color: Pigment Green. HEX triplet: 13, A8 and 4B. RGB value is (19,168,75). Sum of RGB (Red+Green+Blue) = 19+168+75=262 (34% of max value = 765). Red value is 19 (7.81% from 255 or 7.25% from 262); Green value is 168 (66.02% from 255 or 64.12% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 168 - color contains mainly: green. Hex color #13A84B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A84B is #EC57B4. Grayscale: #717171. Windows color (decimal): -15488949 or 4958227. OLE color: 4958227.

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

Color convert

RGB 19 168 75 -
CMYK 0.89 0 0.55 0.34
HSL 142.55º 0.8% 0.37% -
HSV(B) 142.55º 0.89% 0.66% -
XYZ 15.54 28.65 11.37 -
YUV 112.85 106.64 61.06 -
System Red Green Blue C M Y K H S L
Decimal 19 168 75 0.89 0 0.55 0.34 142.55 0.8 0.37
Hex 13 A8 4B 59 0 37 22 8F 50 25
Octal 23 250 113 131 0 67 42 217 120 45
Binary 10011 10101000 1001011 1011001 0 110111 100010 10001111 1010000 100101

Color Harmonies of #13A84B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A84B

Black with #13A84B

Text Example


Text Example

White with #13A84B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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