Html Css Color HEX #14B56E Jade

📋 copy color: '#14B56E'

red 20 ◦ green 181 ◦ blue 110

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

Shades of Jade #14B56E

Tints of Jade #14B56E

RGB

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

 GREEN value IS 181 (71.09% from 255) = 58.2%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 6.43%
G = 58.2%
B = 35.37%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#14B56E (or 0x14B56E) is known color: Jade. HEX triplet: 14, B5 and 6E. RGB value is (20,181,110). Sum of RGB (Red+Green+Blue) = 20+181+110=311 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.43% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #14B56E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B56E is #EB4A91. Grayscale: #7C7C7C. Windows color (decimal): -15420050 or 7255316. OLE color: 7255316.

HSL color Cylindrical-coordinate representation of color #14B56E: hue angle of 153.54º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B56E is Cyan = 0.89, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 181 110 -
CMYK 0.89 0 0.39 0.29
HSL 153.54º 0.8% 0.39% -
HSV(B) 153.54º 0.89% 0.71% -
XYZ 19.63 34.32 20.34 -
YUV 124.77 119.66 53.27 -
System Red Green Blue C M Y K H S L
Decimal 20 181 110 0.89 0 0.39 0.29 153.54 0.8 0.39
Hex 14 B5 6E 59 0 27 1D 9A 50 27
Octal 24 265 156 131 0 47 35 232 120 47
Binary 10100 10110101 1101110 1011001 0 100111 11101 10011010 1010000 100111

Color Harmonies of #14B56E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B56E

Black with #14B56E

Text Example


Text Example

White with #14B56E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,181,110); }

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

background-color css

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

 a { background-color: rgb(20,181,110); }

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

border-color css

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

 span { border-color: rgb(20,181,110); }

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