#19AF35

Color #19AF35 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #19AF35

Tints of Dark Pastel Green #19AF35

Color information

#19AF35 (or 0x19AF35) is unknown color: approx Dark Pastel Green. HEX triplet: 19, AF and 35. RGB value is (25,175,53). Sum of RGB (Red+Green+Blue) = 25+175+53=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 175 (68.75% from 255 or 69.17% from 253); Blue value is 53 (21.09% from 255 or 20.95% from 253); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF35 is #E650CA. Grayscale: #747474. Windows color (decimal): -15093963 or 3518233. OLE color: 3518233.

HSL color Cylindrical-coordinate representation of color #19AF35: hue angle of 131.2º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #19AF35 is Cyan = 0.86, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB2517553-
CMYK0.8600.700.31
HSL131.2º75%39.22%-
HSV(B)131.2º85.71%68.63%-
XYZ16.3731.128.51-
YUV116.2492.362.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.88%
GREEN value IS 175 (68.75% from 255) = 69.17%
BLUE value IS 53 (21.09% from 255) = 20.95%
R=9.88%
G=69.17%
B=20.95%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25175530.8600.700.31131.27539.22
Hex19AF35560461F834b27
Octal312576512601063720311347
Binary110011010111111010110101100100011011111100000111001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19AF35; }

 p { color: rgb(25,175,53); }

 H1.HeaderClassName
 {
   color: #19AF35;
 }
 .AnyTagClassName
 {
   color: #19AF35;
 }
</style>
background-color css

<style>
 a { background-color: #19AF35; }

 a { background-color: rgb(25,175,53); }

 div.DivClassName
 {
   background-color: #19AF35;
 }
 .BgClassName
 {
   background-color: #19AF35;
 }
</style>
border-color css

<style>
 span { border-color: #19AF35; }

 span { border-color: rgb(25,175,53); }

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