#19BF4C

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

Shades of Dark Pastel Green #19BF4C

Tints of Dark Pastel Green #19BF4C

Color information

#19BF4C (or 0x19BF4C) is unknown color: approx Dark Pastel Green. HEX triplet: 19, BF and 4C. RGB value is (25,191,76). Sum of RGB (Red+Green+Blue) = 25+191+76=292 (38% of max value = 765). Red value is 25 (10.16% from 255 or 8.56% from 292); Green value is 191 (75% from 255 or 65.41% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF4C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #19BF4C is #E640B3. Grayscale: #808080. Windows color (decimal): -15089844 or 5029657. OLE color: 5029657.

HSL color Cylindrical-coordinate representation of color #19BF4C: hue angle of 138.43º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #19BF4C is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.25.

Color convert

RGB2519176-
CMYK0.8700.600.25
HSL138.43º76.85%42.35%-
HSV(B)138.43º86.91%74.9%-
XYZ20.3437.9913.1-
YUV128.2698.554.35-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 8.56%
GREEN value IS 191 (75% from 255) = 65.41%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=8.56%
G=65.41%
B=26.03%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal25191760.8700.600.25138.4376.8542.35
Hex19BF4C5703C198a4d2a
Octal312771141270743121211552
Binary110011011111110011001010111011110011001100010101001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,191,76); }

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

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

 a { background-color: rgb(25,191,76); }

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

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

 span { border-color: rgb(25,191,76); }

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