Html Css Color HEX #14D391 Caribbean Green

📋 copy color: '#14D391'

red 20 ◦ green 211 ◦ blue 145

#14D391
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Caribbean Green #14D391

Tints of Caribbean Green #14D391

RGB

 RED value IS 20 (8.2% from 255) = 5.32%

 GREEN value IS 211 (82.81% from 255) = 56.12%

 BLUE value IS 145 (57.03% from 255) = 38.56%

R = 5.32%
G = 56.12%
B = 38.56%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.31

 K value IS 0.17

RGB Variations

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

Color information

#14D391 (or 0x14D391) is known color: Caribbean Green. HEX triplet: 14, D3 and 91. RGB value is (20,211,145). Sum of RGB (Red+Green+Blue) = 20+211+145=376 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.32% from 376); Green value is 211 (82.81% from 255 or 56.12% from 376); Blue value is 145 (57.03% from 255 or 38.56% from 376); Max value from RGB is 211 - color contains mainly: green. Hex color #14D391 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D391 is #EB2C6E. Grayscale: #929292. Windows color (decimal): -15412335 or 9556756. OLE color: 9556756.

HSL color Cylindrical-coordinate representation of color #14D391: hue angle of 159.27º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D391 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.17.

Color convert

RGB 20 211 145 -
CMYK 0.91 0 0.31 0.17
HSL 159.27º 0.83% 0.45% -
HSV(B) 159.27º 0.91% 0.83% -
XYZ 28.69 48.78 34.69 -
YUV 146.37 127.22 37.87 -
System Red Green Blue C M Y K H S L
Decimal 20 211 145 0.91 0 0.31 0.17 159.27 0.83 0.45
Hex 14 D3 91 5B 0 1F 11 9F 53 2D
Octal 24 323 221 133 0 37 21 237 123 55
Binary 10100 11010011 10010001 1011011 0 11111 10001 10011111 1010011 101101

Color Harmonies of #14D391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D391

Black with #14D391

Text Example


Text Example

White with #14D391

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,211,145); }

 H1.HeaderClassName
 {
   color: #14D391;
 }
 .AnyTagClassName
 {
   color: #14D391;
 }
</style>

background-color css

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

 a { background-color: rgb(20,211,145); }

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

border-color css

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

 span { border-color: rgb(20,211,145); }

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