#14B769

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

Shades of Jade #14B769

Tints of Jade #14B769

Color information

#14B769 (or 0x14B769) is unknown color: approx Jade. HEX triplet: 14, B7 and 69. RGB value is (20,183,105). Sum of RGB (Red+Green+Blue) = 20+183+105=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 183 (71.88% from 255 or 59.42% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 183 - color contains mainly: green. Hex color #14B769 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B769 is #EB4896. Grayscale: #7D7D7D. Windows color (decimal): -15419543 or 6928148. OLE color: 6928148.

HSL color Cylindrical-coordinate representation of color #14B769: hue angle of 151.29º 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 #14B769 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.28.

Color convert

RGB20183105-
CMYK0.8900.430.28
HSL151.29º80.3%39.8%-
HSV(B)151.29º89.07%71.76%-
XYZ19.7735.0419.09-
YUV125.37116.552.84-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.49%
GREEN value IS 183 (71.88% from 255) = 59.42%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=6.49%
G=59.42%
B=34.09%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal201831050.8900.430.28151.2980.339.8
Hex14B7695902B1C975028
Octal242671511310533422712050
Binary101001011011111010011011001010101111100100101111010000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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