Html Css Color HEX #14BB5E Pigment Green

📋 copy color: '#14BB5E'

red 20 ◦ green 187 ◦ blue 94

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

Shades of Pigment Green #14BB5E

Tints of Pigment Green #14BB5E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 62.13%

 BLUE value IS 94 (37.11% from 255) = 31.23%

R = 6.64%
G = 62.13%
B = 31.23%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#14BB5E (or 0x14BB5E) is known color: Pigment Green. HEX triplet: 14, BB and 5E. RGB value is (20,187,94). Sum of RGB (Red+Green+Blue) = 20+187+94=301 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.64% from 301); Green value is 187 (73.44% from 255 or 62.13% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 187 - color contains mainly: green. Hex color #14BB5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14BB5E is #EB44A1. Grayscale: #7E7E7E. Windows color (decimal): -15418530 or 6208276. OLE color: 6208276.

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

Color convert

RGB 20 187 94 -
CMYK 0.89 0 0.50 0.27
HSL 146.59º 0.81% 0.41% -
HSV(B) 146.59º 0.89% 0.73% -
XYZ 20.08 36.5 16.58 -
YUV 126.47 109.67 52.06 -
System Red Green Blue C M Y K H S L
Decimal 20 187 94 0.89 0 0.50 0.27 146.59 0.81 0.41
Hex 14 BB 5E 59 0 32 1B 93 51 29
Octal 24 273 136 131 0 62 33 223 121 51
Binary 10100 10111011 1011110 1011001 0 110010 11011 10010011 1010001 101001

Color Harmonies of #14BB5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BB5E

Black with #14BB5E

Text Example


Text Example

White with #14BB5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,187,94); }

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

background-color css

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

 a { background-color: rgb(20,187,94); }

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

border-color css

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

 span { border-color: rgb(20,187,94); }

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