Html Css Color HEX #13AF23 Dark Pastel Green

📋 copy color: '#13AF23'

red 19 ◦ green 175 ◦ blue 35

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

Shades of Dark Pastel Green #13AF23

Tints of Dark Pastel Green #13AF23

RGB

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

 GREEN value IS 175 (68.75% from 255) = 76.42%

 BLUE value IS 35 (14.06% from 255) = 15.28%

R = 8.3%
G = 76.42%
B = 15.28%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.8

 K value IS 0.31

RGB Variations

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

Color information

#13AF23 (or 0x13AF23) is known color: Dark Pastel Green. HEX triplet: 13, AF and 23. RGB value is (19,175,35). Sum of RGB (Red+Green+Blue) = 19+175+35=229 (30% of max value = 765). Red value is 19 (7.81% from 255 or 8.30% from 229); Green value is 175 (68.75% from 255 or 76.42% from 229); Blue value is 35 (14.06% from 255 or 15.28% from 229); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF23 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #13AF23 is #EC50DC. Grayscale: #707070. Windows color (decimal): -15487197 or 2338579. OLE color: 2338579.

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

Color convert

RGB 19 175 35 -
CMYK 0.89 0 0.8 0.31
HSL 126.15º 0.8% 0.38% -
HSV(B) 126.15º 0.89% 0.69% -
XYZ 15.9 30.92 6.72 -
YUV 112.4 84.32 61.38 -
System Red Green Blue C M Y K H S L
Decimal 19 175 35 0.89 0 0.8 0.31 126.15 0.8 0.38
Hex 13 AF 23 59 0 50 1F 7E 50 26
Octal 23 257 43 131 0 120 37 176 120 46
Binary 10011 10101111 100011 1011001 0 1010000 11111 1111110 1010000 100110

Color Harmonies of #13AF23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF23

Black with #13AF23

Text Example


Text Example

White with #13AF23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,175,35); }

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

background-color css

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

 a { background-color: rgb(19,175,35); }

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

border-color css

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

 span { border-color: rgb(19,175,35); }

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