Html Css Color HEX #14D29A Caribbean Green

📋 copy color: '#14D29A'

red 20 ◦ green 210 ◦ blue 154

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

Shades of Caribbean Green #14D29A

Tints of Caribbean Green #14D29A

RGB

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

 GREEN value IS 210 (82.42% from 255) = 54.69%

 BLUE value IS 154 (60.55% from 255) = 40.1%

R = 5.21%
G = 54.69%
B = 40.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#14D29A (or 0x14D29A) is known color: Caribbean Green. HEX triplet: 14, D2 and 9A. RGB value is (20,210,154). Sum of RGB (Red+Green+Blue) = 20+210+154=384 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.21% from 384); Green value is 210 (82.42% from 255 or 54.69% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 210 - color contains mainly: green. Hex color #14D29A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D29A is #EB2D65. Grayscale: #929292. Windows color (decimal): -15412582 or 10146324. OLE color: 10146324.

HSL color Cylindrical-coordinate representation of color #14D29A: hue angle of 162.32º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14D29A is Cyan = 0.90, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 210 154 -
CMYK 0.90 0 0.27 0.18
HSL 162.32º 0.83% 0.45% -
HSV(B) 162.32º 0.9% 0.82% -
XYZ 29.17 48.58 38.41 -
YUV 146.81 132.05 37.55 -
System Red Green Blue C M Y K H S L
Decimal 20 210 154 0.90 0 0.27 0.18 162.32 0.83 0.45
Hex 14 D2 9A 5A 0 1B 12 A2 53 2D
Octal 24 322 232 132 0 33 22 242 123 55
Binary 10100 11010010 10011010 1011010 0 11011 10010 10100010 1010011 101101

Color Harmonies of #14D29A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D29A

Black with #14D29A

Text Example


Text Example

White with #14D29A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,210,154); }

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

background-color css

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

 a { background-color: rgb(20,210,154); }

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

border-color css

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

 span { border-color: rgb(20,210,154); }

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