Html Css Color HEX #14E099 Caribbean Green

📋 copy color: '#14E099'

red 20 ◦ green 224 ◦ blue 153

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

Shades of Caribbean Green #14E099

Tints of Caribbean Green #14E099

RGB

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

 GREEN value IS 224 (87.89% from 255) = 56.42%

 BLUE value IS 153 (60.16% from 255) = 38.54%

R = 5.04%
G = 56.42%
B = 38.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.32

 K value IS 0.12

RGB Variations

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

Color information

#14E099 (or 0x14E099) is known color: Caribbean Green. HEX triplet: 14, E0 and 99. RGB value is (20,224,153). Sum of RGB (Red+Green+Blue) = 20+224+153=397 (52% of max value = 765). Red value is 20 (8.20% from 255 or 5.04% from 397); Green value is 224 (87.89% from 255 or 56.42% from 397); Blue value is 153 (60.16% from 255 or 38.54% from 397); Max value from RGB is 224 - color contains mainly: green. Hex color #14E099 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E099 is #EB1F66. Grayscale: #9A9A9A. Windows color (decimal): -15408999 or 10084372. OLE color: 10084372.

HSL color Cylindrical-coordinate representation of color #14E099: hue angle of 159.12º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14E099 is Cyan = 0.91, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 224 153 -
CMYK 0.91 0 0.32 0.12
HSL 159.12º 0.84% 0.48% -
HSV(B) 159.12º 0.91% 0.88% -
XYZ 32.69 55.76 39.18 -
YUV 154.91 126.91 31.77 -
System Red Green Blue C M Y K H S L
Decimal 20 224 153 0.91 0 0.32 0.12 159.12 0.84 0.48
Hex 14 E0 99 5B 0 20 C 9F 54 30
Octal 24 340 231 133 0 40 14 237 124 60
Binary 10100 11100000 10011001 1011011 0 100000 1100 10011111 1010100 110000

Color Harmonies of #14E099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E099

Black with #14E099

Text Example


Text Example

White with #14E099

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,224,153); }

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

background-color css

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

 a { background-color: rgb(20,224,153); }

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

border-color css

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

 span { border-color: rgb(20,224,153); }

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