#14D982

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

Shades of Caribbean Green #14D982

Tints of Caribbean Green #14D982

Color information

#14D982 (or 0x14D982) is unknown color: approx Caribbean Green. HEX triplet: 14, D9 and 82. RGB value is (20,217,130). Sum of RGB (Red+Green+Blue) = 20+217+130=367 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.45% from 367); Green value is 217 (85.16% from 255 or 59.13% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 217 - color contains mainly: green. Hex color #14D982 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D982 is #EB267D. Grayscale: #949494. Windows color (decimal): -15410814 or 8575252. OLE color: 8575252.

HSL color Cylindrical-coordinate representation of color #14D982: hue angle of 153.5º 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 #14D982 is Cyan = 0.91, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB20217130-
CMYK0.9100.400.15
HSL153.5º83.12%46.47%-
HSV(B)153.5º90.78%85.1%-
XYZ29.1351.3929.5-
YUV148.18117.7336.57-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 5.45%
GREEN value IS 217 (85.16% from 255) = 59.13%
BLUE value IS 130 (51.17% from 255) = 35.42%
R=5.45%
G=59.13%
B=35.42%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal202171300.9100.400.15153.583.1246.47
Hex14D9825B028F9a532e
Octal243312021330501723212356
Binary101001101100110000010101101101010001111100110101010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14D982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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