Html Css Color HEX #13A23F Pigment Green

📋 copy color: '#13A23F'

red 19 ◦ green 162 ◦ blue 63

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

Shades of Pigment Green #13A23F

Tints of Pigment Green #13A23F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.82%

R = 7.79%
G = 66.39%
B = 25.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.36

RGB Variations

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

Color information

#13A23F (or 0x13A23F) is known color: Pigment Green. HEX triplet: 13, A2 and 3F. RGB value is (19,162,63). Sum of RGB (Red+Green+Blue) = 19+162+63=244 (32% of max value = 765). Red value is 19 (7.81% from 255 or 7.79% from 244); Green value is 162 (63.67% from 255 or 66.39% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 162 - color contains mainly: green. Hex color #13A23F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13A23F is #EC5DC0. Grayscale: #6C6C6C. Windows color (decimal): -15490497 or 4170259. OLE color: 4170259.

HSL color Cylindrical-coordinate representation of color #13A23F: hue angle of 138.46º 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 #13A23F is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.36.

Color convert

RGB 19 162 63 -
CMYK 0.88 0 0.61 0.36
HSL 138.46º 0.79% 0.35% -
HSV(B) 138.46º 0.88% 0.64% -
XYZ 14.09 26.34 9.04 -
YUV 107.96 102.62 64.55 -
System Red Green Blue C M Y K H S L
Decimal 19 162 63 0.88 0 0.61 0.36 138.46 0.79 0.35
Hex 13 A2 3F 58 0 3D 24 8A 4F 23
Octal 23 242 77 130 0 75 44 212 117 43
Binary 10011 10100010 111111 1011000 0 111101 100100 10001010 1001111 100011

Color Harmonies of #13A23F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13A23F

Black with #13A23F

Text Example


Text Example

White with #13A23F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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