Html Css Color HEX #13A255 Pigment Green

📋 copy color: '#13A255'

red 19 ◦ green 162 ◦ blue 85

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

Shades of Pigment Green #13A255

Tints of Pigment Green #13A255

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.9%

 BLUE value IS 85 (33.59% from 255) = 31.95%

R = 7.14%
G = 60.9%
B = 31.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.36

RGB Variations

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

Color information

#13A255 (or 0x13A255) is known color: Pigment Green. HEX triplet: 13, A2 and 55. RGB value is (19,162,85). Sum of RGB (Red+Green+Blue) = 19+162+85=266 (35% of max value = 765). Red value is 19 (7.81% from 255 or 7.14% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #13A255 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #13A255 is #EC5DAA. Grayscale: #6E6E6E. Windows color (decimal): -15490475 or 5612051. OLE color: 5612051.

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

Color convert

RGB 19 162 85 -
CMYK 0.88 0 0.48 0.36
HSL 147.69º 0.79% 0.35% -
HSV(B) 147.69º 0.88% 0.64% -
XYZ 14.83 26.63 12.95 -
YUV 110.47 113.62 62.76 -
System Red Green Blue C M Y K H S L
Decimal 19 162 85 0.88 0 0.48 0.36 147.69 0.79 0.35
Hex 13 A2 55 58 0 30 24 94 4F 23
Octal 23 242 125 130 0 60 44 224 117 43
Binary 10011 10100010 1010101 1011000 0 110000 100100 10010100 1001111 100011

Color Harmonies of #13A255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A255

Black with #13A255

Text Example


Text Example

White with #13A255

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,162,85); }

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

background-color css

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

 a { background-color: rgb(19,162,85); }

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

border-color css

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

 span { border-color: rgb(19,162,85); }

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