Html Css Color HEX #14D28A Caribbean Green

📋 copy color: '#14D28A'

red 20 ◦ green 210 ◦ blue 138

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

Shades of Caribbean Green #14D28A

Tints of Caribbean Green #14D28A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 37.5%

R = 5.43%
G = 57.07%
B = 37.5%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#14D28A (or 0x14D28A) is known color: Caribbean Green. HEX triplet: 14, D2 and 8A. RGB value is (20,210,138). Sum of RGB (Red+Green+Blue) = 20+210+138=368 (48% of max value = 765). Red value is 20 (8.20% from 255 or 5.43% from 368); Green value is 210 (82.42% from 255 or 57.07% from 368); Blue value is 138 (54.30% from 255 or 37.5% from 368); Max value from RGB is 210 - color contains mainly: green. Hex color #14D28A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D28A is #EB2D75. Grayscale: #919191. Windows color (decimal): -15412598 or 9097748. OLE color: 9097748.

HSL color Cylindrical-coordinate representation of color #14D28A: hue angle of 157.26º 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 #14D28A is Cyan = 0.90, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB 20 210 138 -
CMYK 0.90 0 0.34 0.18
HSL 157.26º 0.83% 0.45% -
HSV(B) 157.26º 0.9% 0.82% -
XYZ 27.92 48.08 31.85 -
YUV 144.98 124.05 38.85 -
System Red Green Blue C M Y K H S L
Decimal 20 210 138 0.90 0 0.34 0.18 157.26 0.83 0.45
Hex 14 D2 8A 5A 0 22 12 9D 53 2D
Octal 24 322 212 132 0 42 22 235 123 55
Binary 10100 11010010 10001010 1011010 0 100010 10010 10011101 1010011 101101

Color Harmonies of #14D28A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D28A

Black with #14D28A

Text Example


Text Example

White with #14D28A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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