#019953

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

Shades of Pigment Green #019953

Tints of Pigment Green #019953

Color information

#019953 (or 0x019953) is unknown color: approx Pigment Green. HEX triplet: 01, 99 and 53. RGB value is (1,153,83). Sum of RGB (Red+Green+Blue) = 1+153+83=237 (31% of max value = 765). Red value is 1 (0.78% from 255 or 0.42% from 237); Green value is 153 (60.16% from 255 or 64.56% from 237); Blue value is 83 (32.81% from 255 or 35.02% from 237); Max value from RGB is 153 - color contains mainly: green. Hex color #019953 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #019953 is #FE66AC. Grayscale: #636363. Windows color (decimal): -16672429 or 5478657. OLE color: 5478657.

HSL color Cylindrical-coordinate representation of color #019953: hue angle of 152.37º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019953 is Cyan = 0.99, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB115383-
CMYK0.9900.460.4
HSL152.37º98.7%30.2%-
HSV(B)152.37º99.35%60%-
XYZ12.9723.4112.02-
YUV99.57118.6457.69-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.42%
GREEN value IS 153 (60.16% from 255) = 64.56%
BLUE value IS 83 (32.81% from 255) = 35.02%
R=0.42%
G=64.56%
B=35.02%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1153830.9900.460.4152.3798.730.2
Hex199536302E2898631e
Octal12311231430565023014336
Binary11001100110100111100011010111010100010011000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019953; }

 p { color: rgb(1,153,83); }

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

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

 a { background-color: rgb(1,153,83); }

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

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

 span { border-color: rgb(1,153,83); }

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