Html Css Color HEX #14E18A Caribbean Green

📋 copy color: '#14E18A'

red 20 ◦ green 225 ◦ blue 138

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

Shades of Caribbean Green #14E18A

Tints of Caribbean Green #14E18A

RGB

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

 GREEN value IS 225 (88.28% from 255) = 58.75%

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

R = 5.22%
G = 58.75%
B = 36.03%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.39

 K value IS 0.12

RGB Variations

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

Color information

#14E18A (or 0x14E18A) is known color: Caribbean Green. HEX triplet: 14, E1 and 8A. RGB value is (20,225,138). Sum of RGB (Red+Green+Blue) = 20+225+138=383 (50% of max value = 765). Red value is 20 (8.20% from 255 or 5.22% from 383); Green value is 225 (88.28% from 255 or 58.75% from 383); Blue value is 138 (54.30% from 255 or 36.03% from 383); Max value from RGB is 225 - color contains mainly: green. Hex color #14E18A is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14E18A is #EB1E75. Grayscale: #999999. Windows color (decimal): -15408758 or 9101588. OLE color: 9101588.

HSL color Cylindrical-coordinate representation of color #14E18A: hue angle of 154.54º 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 #14E18A is Cyan = 0.91, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.12.

Color convert

RGB 20 225 138 -
CMYK 0.91 0 0.39 0.12
HSL 154.54º 0.84% 0.48% -
HSV(B) 154.54º 0.91% 0.88% -
XYZ 31.8 55.83 33.15 -
YUV 153.79 119.08 32.57 -
System Red Green Blue C M Y K H S L
Decimal 20 225 138 0.91 0 0.39 0.12 154.54 0.84 0.48
Hex 14 E1 8A 5B 0 27 C 9B 54 30
Octal 24 341 212 133 0 47 14 233 124 60
Binary 10100 11100001 10001010 1011011 0 100111 1100 10011011 1010100 110000

Color Harmonies of #14E18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14E18A

Black with #14E18A

Text Example


Text Example

White with #14E18A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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