Html Css Color HEX #14B855 Pigment Green

📋 copy color: '#14B855'

red 20 ◦ green 184 ◦ blue 85

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

Shades of Pigment Green #14B855

Tints of Pigment Green #14B855

RGB

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

 GREEN value IS 184 (72.27% from 255) = 63.67%

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

R = 6.92%
G = 63.67%
B = 29.41%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#14B855 (or 0x14B855) is known color: Pigment Green. HEX triplet: 14, B8 and 55. RGB value is (20,184,85). Sum of RGB (Red+Green+Blue) = 20+184+85=289 (38% of max value = 765). Red value is 20 (8.20% from 255 or 6.92% from 289); Green value is 184 (72.27% from 255 or 63.67% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 184 - color contains mainly: green. Hex color #14B855 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B855 is #EB47AA. Grayscale: #7B7B7B. Windows color (decimal): -15419307 or 5617684. OLE color: 5617684.

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

Color convert

RGB 20 184 85 -
CMYK 0.89 0 0.54 0.28
HSL 143.78º 0.8% 0.4% -
HSV(B) 143.78º 0.89% 0.72% -
XYZ 19.07 35.09 14.36 -
YUV 123.68 106.17 54.05 -
System Red Green Blue C M Y K H S L
Decimal 20 184 85 0.89 0 0.54 0.28 143.78 0.8 0.4
Hex 14 B8 55 59 0 36 1C 90 50 28
Octal 24 270 125 131 0 66 34 220 120 50
Binary 10100 10111000 1010101 1011001 0 110110 11100 10010000 1010000 101000

Color Harmonies of #14B855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B855

Black with #14B855

Text Example


Text Example

White with #14B855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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