#19AF43

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

Shades of Dark Pastel Green #19AF43

Tints of Dark Pastel Green #19AF43

Color information

#19AF43 (or 0x19AF43) is unknown color: approx Dark Pastel Green. HEX triplet: 19, AF and 43. RGB value is (25,175,67). Sum of RGB (Red+Green+Blue) = 25+175+67=267 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.36% from 267); Green value is 175 (68.75% from 255 or 65.54% from 267); Blue value is 67 (26.56% from 255 or 25.09% from 267); Max value from RGB is 175 - color contains mainly: green. Hex color #19AF43 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #19AF43 is #E650BC. Grayscale: #767676. Windows color (decimal): -15093949 or 4435737. OLE color: 4435737.

HSL color Cylindrical-coordinate representation of color #19AF43: hue angle of 136.8º 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 #19AF43 is Cyan = 0.86, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB2517567-
CMYK0.8600.620.31
HSL136.8º75%39.22%-
HSV(B)136.8º85.71%68.63%-
XYZ16.7431.2710.46-
YUV117.8499.361.78-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.36%
GREEN value IS 175 (68.75% from 255) = 65.54%
BLUE value IS 67 (26.56% from 255) = 25.09%
R=9.36%
G=65.54%
B=25.09%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal25175670.8600.620.31136.87539.22
Hex19AF435603E1F894b27
Octal312571031260763721111347
Binary110011010111110000111010110011111011111100010011001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19AF43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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