Html Css Color HEX #14D58D Caribbean Green

📋 copy color: '#14D58D'

red 20 ◦ green 213 ◦ blue 141

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

Shades of Caribbean Green #14D58D

Tints of Caribbean Green #14D58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 56.95%

 BLUE value IS 141 (55.47% from 255) = 37.7%

R = 5.35%
G = 56.95%
B = 37.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#14D58D (or 0x14D58D) is known color: Caribbean Green. HEX triplet: 14, D5 and 8D. RGB value is (20,213,141). Sum of RGB (Red+Green+Blue) = 20+213+141=374 (49% of max value = 765). Red value is 20 (8.20% from 255 or 5.35% from 374); Green value is 213 (83.59% from 255 or 56.95% from 374); Blue value is 141 (55.47% from 255 or 37.70% from 374); Max value from RGB is 213 - color contains mainly: green. Hex color #14D58D is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #14D58D is #EB2A72. Grayscale: #939393. Windows color (decimal): -15411827 or 9295124. OLE color: 9295124.

HSL color Cylindrical-coordinate representation of color #14D58D: hue angle of 157.62º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14D58D is Cyan = 0.91, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 20 213 141 -
CMYK 0.91 0 0.34 0.16
HSL 157.62º 0.83% 0.46% -
HSV(B) 157.62º 0.91% 0.84% -
XYZ 28.89 49.66 33.26 -
YUV 147.09 124.56 37.35 -
System Red Green Blue C M Y K H S L
Decimal 20 213 141 0.91 0 0.34 0.16 157.62 0.83 0.46
Hex 14 D5 8D 5B 0 22 10 9E 53 2E
Octal 24 325 215 133 0 42 20 236 123 56
Binary 10100 11010101 10001101 1011011 0 100010 10000 10011110 1010011 101110

Color Harmonies of #14D58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14D58D

Black with #14D58D

Text Example


Text Example

White with #14D58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,213,141); }

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

background-color css

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

 a { background-color: rgb(20,213,141); }

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

border-color css

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

 span { border-color: rgb(20,213,141); }

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