Html Css Color HEX #14DD90 Caribbean Green

📋 copy color: '#14DD90'

red 20 ◦ green 221 ◦ blue 144

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

Shades of Caribbean Green #14DD90

Tints of Caribbean Green #14DD90

RGB

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

 GREEN value IS 221 (86.72% from 255) = 57.4%

 BLUE value IS 144 (56.64% from 255) = 37.4%

R = 5.19%
G = 57.4%
B = 37.4%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#14DD90 (or 0x14DD90) is known color: Caribbean Green. HEX triplet: 14, DD and 90. RGB value is (20,221,144). Sum of RGB (Red+Green+Blue) = 20+221+144=385 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.19% from 385); Green value is 221 (86.72% from 255 or 57.40% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 221 - color contains mainly: green. Hex color #14DD90 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14DD90 is #EB226F. Grayscale: #989898. Windows color (decimal): -15409776 or 9493780. OLE color: 9493780.

HSL color Cylindrical-coordinate representation of color #14DD90: hue angle of 157.01º degrees, saturation: 0.83, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14DD90 is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB 20 221 144 -
CMYK 0.91 0 0.35 0.13
HSL 157.01º 0.83% 0.47% -
HSV(B) 157.01º 0.91% 0.87% -
XYZ 31.18 53.88 35.14 -
YUV 152.12 123.41 33.76 -
System Red Green Blue C M Y K H S L
Decimal 20 221 144 0.91 0 0.35 0.13 157.01 0.83 0.47
Hex 14 DD 90 5B 0 23 D 9D 53 2F
Octal 24 335 220 133 0 43 15 235 123 57
Binary 10100 11011101 10010000 1011011 0 100011 1101 10011101 1010011 101111

Color Harmonies of #14DD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14DD90

Black with #14DD90

Text Example


Text Example

White with #14DD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,221,144); }

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

background-color css

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

 a { background-color: rgb(20,221,144); }

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

border-color css

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

 span { border-color: rgb(20,221,144); }

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