Html Css Color HEX #14B955 Pigment Green

📋 copy color: '#14B955'

red 20 ◦ green 185 ◦ blue 85

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

Shades of Pigment Green #14B955

Tints of Pigment Green #14B955

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

 BLUE value IS 85 (33.59% from 255) = 29.31%

R = 6.9%
G = 63.79%
B = 29.31%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#14B955 (or 0x14B955) is known color: Pigment Green. HEX triplet: 14, B9 and 55. RGB value is (20,185,85). Sum of RGB (Red+Green+Blue) = 20+185+85=290 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.90% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 85 (33.59% from 255 or 29.31% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #14B955 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B955 is #EB46AA. Grayscale: #7C7C7C. Windows color (decimal): -15419051 or 5617940. OLE color: 5617940.

HSL color Cylindrical-coordinate representation of color #14B955: hue angle of 143.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B955 is Cyan = 0.89, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 20 185 85 -
CMYK 0.89 0 0.54 0.27
HSL 143.64º 0.8% 0.4% -
HSV(B) 143.64º 0.89% 0.73% -
XYZ 19.28 35.5 14.43 -
YUV 124.27 105.84 53.63 -
System Red Green Blue C M Y K H S L
Decimal 20 185 85 0.89 0 0.54 0.27 143.64 0.8 0.4
Hex 14 B9 55 59 0 36 1B 90 50 28
Octal 24 271 125 131 0 66 33 220 120 50
Binary 10100 10111001 1010101 1011001 0 110110 11011 10010000 1010000 101000

Color Harmonies of #14B955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B955

Black with #14B955

Text Example


Text Example

White with #14B955

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,185,85); }

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

background-color css

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

 a { background-color: rgb(20,185,85); }

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

border-color css

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

 span { border-color: rgb(20,185,85); }

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