Html Css Color HEX #14B55E Pigment Green

📋 copy color: '#14B55E'

red 20 ◦ green 181 ◦ blue 94

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

Shades of Pigment Green #14B55E

Tints of Pigment Green #14B55E

RGB

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

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

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

R = 6.78%
G = 61.36%
B = 31.86%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#14B55E (or 0x14B55E) is known color: Pigment Green. HEX triplet: 14, B5 and 5E. RGB value is (20,181,94). Sum of RGB (Red+Green+Blue) = 20+181+94=295 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.78% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 94 (37.11% from 255 or 31.86% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #14B55E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B55E is #EB4AA1. Grayscale: #7B7B7B. Windows color (decimal): -15420066 or 6206740. OLE color: 6206740.

HSL color Cylindrical-coordinate representation of color #14B55E: hue angle of 147.58º 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 #14B55E is Cyan = 0.89, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 181 94 -
CMYK 0.89 0 0.48 0.29
HSL 147.58º 0.8% 0.39% -
HSV(B) 147.58º 0.89% 0.71% -
XYZ 18.83 34 16.16 -
YUV 122.94 111.66 54.57 -
System Red Green Blue C M Y K H S L
Decimal 20 181 94 0.89 0 0.48 0.29 147.58 0.8 0.39
Hex 14 B5 5E 59 0 30 1D 94 50 27
Octal 24 265 136 131 0 60 35 224 120 47
Binary 10100 10110101 1011110 1011001 0 110000 11101 10010100 1010000 100111

Color Harmonies of #14B55E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B55E

Black with #14B55E

Text Example


Text Example

White with #14B55E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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