Html Css Color HEX #14B053 Pigment Green

📋 copy color: '#14B053'

red 20 ◦ green 176 ◦ blue 83

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

Shades of Pigment Green #14B053

Tints of Pigment Green #14B053

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.08%

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 7.17%
G = 63.08%
B = 29.75%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.53

 K value IS 0.31

RGB Variations

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

Color information

#14B053 (or 0x14B053) is known color: Pigment Green. HEX triplet: 14, B0 and 53. RGB value is (20,176,83). Sum of RGB (Red+Green+Blue) = 20+176+83=279 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.17% from 279); Green value is 176 (69.14% from 255 or 63.08% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 176 - color contains mainly: green. Hex color #14B053 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B053 is #EB4FAC. Grayscale: #767676. Windows color (decimal): -15421357 or 5484564. OLE color: 5484564.

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

Color convert

RGB 20 176 83 -
CMYK 0.89 0 0.53 0.31
HSL 144.23º 0.8% 0.38% -
HSV(B) 144.23º 0.89% 0.69% -
XYZ 17.38 31.82 13.41 -
YUV 118.75 107.82 57.56 -
System Red Green Blue C M Y K H S L
Decimal 20 176 83 0.89 0 0.53 0.31 144.23 0.8 0.38
Hex 14 B0 53 59 0 35 1F 90 50 26
Octal 24 260 123 131 0 65 37 220 120 46
Binary 10100 10110000 1010011 1011001 0 110101 11111 10010000 1010000 100110

Color Harmonies of #14B053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B053

Black with #14B053

Text Example


Text Example

White with #14B053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,83); }

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

background-color css

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

 a { background-color: rgb(20,176,83); }

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

border-color css

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

 span { border-color: rgb(20,176,83); }

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