Html Css Color HEX #14B151 Pigment Green

📋 copy color: '#14B151'

red 20 ◦ green 177 ◦ blue 81

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

Shades of Pigment Green #14B151

Tints of Pigment Green #14B151

RGB

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

 GREEN value IS 177 (69.53% from 255) = 63.67%

 BLUE value IS 81 (32.03% from 255) = 29.14%

R = 7.19%
G = 63.67%
B = 29.14%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.54

 K value IS 0.31

RGB Variations

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

Color information

#14B151 (or 0x14B151) is known color: Pigment Green. HEX triplet: 14, B1 and 51. RGB value is (20,177,81). Sum of RGB (Red+Green+Blue) = 20+177+81=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 177 (69.53% from 255 or 63.67% from 278); Blue value is 81 (32.03% from 255 or 29.14% from 278); Max value from RGB is 177 - color contains mainly: green. Hex color #14B151 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B151 is #EB4EAE. Grayscale: #777777. Windows color (decimal): -15421103 or 5353748. OLE color: 5353748.

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

Color convert

RGB 20 177 81 -
CMYK 0.89 0 0.54 0.31
HSL 143.31º 0.8% 0.39% -
HSV(B) 143.31º 0.89% 0.69% -
XYZ 17.5 32.19 13.08 -
YUV 119.11 106.49 57.31 -
System Red Green Blue C M Y K H S L
Decimal 20 177 81 0.89 0 0.54 0.31 143.31 0.8 0.39
Hex 14 B1 51 59 0 36 1F 8F 50 27
Octal 24 261 121 131 0 66 37 217 120 47
Binary 10100 10110001 1010001 1011001 0 110110 11111 10001111 1010000 100111

Color Harmonies of #14B151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B151

Black with #14B151

Text Example


Text Example

White with #14B151

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,177,81); }

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

background-color css

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

 a { background-color: rgb(20,177,81); }

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

border-color css

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

 span { border-color: rgb(20,177,81); }

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