#14B055

Color #14B055 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #14B055

Tints of Pigment Green #14B055

Color information

#14B055 (or 0x14B055) is unknown color: approx Pigment Green. HEX triplet: 14, B0 and 55. RGB value is (20,176,85). Sum of RGB (Red+Green+Blue) = 20+176+85=281 (37% of max value = 765). Red value is 20 (8.20% from 255 or 7.12% from 281); Green value is 176 (69.14% from 255 or 62.63% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 176 - color contains mainly: green. Hex color #14B055 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B055 is #EB4FAA. Grayscale: #777777. Windows color (decimal): -15421355 or 5615636. OLE color: 5615636.

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

Color convert

RGB2017685-
CMYK0.8900.520.31
HSL145º79.59%38.43%-
HSV(B)145º88.64%69.02%-
XYZ17.4531.8613.82-
YUV118.98108.8257.4-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 7.12%
GREEN value IS 176 (69.14% from 255) = 62.63%
BLUE value IS 85 (33.59% from 255) = 30.25%
R=7.12%
G=62.63%
B=30.25%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal20176850.8900.520.3114579.5938.43
Hex14B055590341F915026
Octal242601251310643722112046
Binary101001011000010101011011001011010011111100100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #14B055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #14B055;
 }
 .AnyTagClassName
 {
   color: #14B055;
 }
</style>
background-color css

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

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

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

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

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

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