#14B762

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

Shades of Jade #14B762

Tints of Jade #14B762

Color information

#14B762 (or 0x14B762) is unknown color: approx Jade. HEX triplet: 14, B7 and 62. RGB value is (20,183,98). Sum of RGB (Red+Green+Blue) = 20+183+98=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 183 (71.88% from 255 or 60.80% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 183 - color contains mainly: green. Hex color #14B762 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B762 is #EB489D. Grayscale: #7C7C7C. Windows color (decimal): -15419550 or 6469396. OLE color: 6469396.

HSL color Cylindrical-coordinate representation of color #14B762: hue angle of 148.71º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B762 is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB2018398-
CMYK0.8900.460.28
HSL148.71º80.3%39.8%-
HSV(B)148.71º89.07%71.76%-
XYZ19.4334.917.27-
YUV124.5711353.41-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.64%
GREEN value IS 183 (71.88% from 255) = 60.80%
BLUE value IS 98 (38.67% from 255) = 32.56%
R=6.64%
G=60.80%
B=32.56%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal20183980.8900.460.28148.7180.339.8
Hex14B7625902E1C955028
Octal242671421310563422512050
Binary101001011011111000101011001010111011100100101011010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #14B762; }

 p { color: rgb(20,183,98); }

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

<style>
 a { background-color: #14B762; }

 a { background-color: rgb(20,183,98); }

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

<style>
 span { border-color: #14B762; }

 span { border-color: rgb(20,183,98); }

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