#14D981

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

Shades of Caribbean Green #14D981

Tints of Caribbean Green #14D981

Color information

#14D981 (or 0x14D981) is unknown color: approx Caribbean Green. HEX triplet: 14, D9 and 81. RGB value is (20,217,129). Sum of RGB (Red+Green+Blue) = 20+217+129=366 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.46% from 366); Green value is 217 (85.16% from 255 or 59.29% from 366); Blue value is 129 (50.78% from 255 or 35.25% from 366); Max value from RGB is 217 - color contains mainly: green. Hex color #14D981 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D981 is #EB267E. Grayscale: #949494. Windows color (decimal): -15410815 or 8509716. OLE color: 8509716.

HSL color Cylindrical-coordinate representation of color #14D981: hue angle of 153.2º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D981 is Cyan = 0.91, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB20217129-
CMYK0.9100.410.15
HSL153.2º83.12%46.47%-
HSV(B)153.2º90.78%85.1%-
XYZ29.0651.3629.15-
YUV148.06117.2336.66-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.46%
GREEN value IS 217 (85.16% from 255) = 59.29%
BLUE value IS 129 (50.78% from 255) = 35.25%
R=5.46%
G=59.29%
B=35.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171290.9100.410.15153.283.1246.47
Hex14D9815B029F99532e
Octal243312011330511723112356
Binary101001101100110000001101101101010011111100110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,217,129); }

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

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

 a { background-color: rgb(20,217,129); }

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

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

 span { border-color: rgb(20,217,129); }

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