#19BF66

Color #19BF66 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #19BF66

Tints of Jade #19BF66

Color information

#19BF66 (or 0x19BF66) is unknown color: approx Jade. HEX triplet: 19, BF and 66. RGB value is (25,191,102). Sum of RGB (Red+Green+Blue) = 25+191+102=318 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.86% from 318); Green value is 191 (75% from 255 or 60.06% from 318); Blue value is 102 (40.23% from 255 or 32.08% from 318); Max value from RGB is 191 - color contains mainly: green. Hex color #19BF66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #19BF66 is #E64099. Grayscale: #838383. Windows color (decimal): -15089818 or 6733593. OLE color: 6733593.

HSL color Cylindrical-coordinate representation of color #19BF66: hue angle of 147.83º 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 #19BF66 is Cyan = 0.87, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB25191102-
CMYK0.8700.470.25
HSL147.83º76.85%42.35%-
HSV(B)147.83º86.91%74.9%-
XYZ21.4338.4318.86-
YUV131.22111.552.24-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 7.86%
GREEN value IS 191 (75% from 255) = 60.06%
BLUE value IS 102 (40.23% from 255) = 32.08%
R=7.86%
G=60.06%
B=32.08%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal251911020.8700.470.25147.8376.8542.35
Hex19BF665702F19944d2a
Octal312771461270573122411552
Binary110011011111111001101010111010111111001100101001001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19BF66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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