#0A9955

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

Shades of Pigment Green #0A9955

Tints of Pigment Green #0A9955

Color information

#0A9955 (or 0x0A9955) is unknown color: approx Pigment Green. HEX triplet: 0A, 99 and 55. RGB value is (10,153,85). Sum of RGB (Red+Green+Blue) = 10+153+85=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 153 (60.16% from 255 or 61.69% from 248); Blue value is 85 (33.59% from 255 or 34.27% from 248); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9955 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9955 is #F566AA. Grayscale: #666666. Windows color (decimal): -16082603 or 5609738. OLE color: 5609738.

HSL color Cylindrical-coordinate representation of color #0A9955: hue angle of 151.47º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9955 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.4.

Color convert

RGB1015385-
CMYK0.9300.440.4
HSL151.47º87.73%31.96%-
HSV(B)151.47º93.46%60%-
XYZ13.1623.512.44-
YUV102.49118.1262.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 153 (60.16% from 255) = 61.69%
BLUE value IS 85 (33.59% from 255) = 34.27%
R=4.03%
G=61.69%
B=34.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153850.9300.440.4151.4787.7331.96
HexA99555D02C28975820
Octal122311251350545022713040
Binary101010011001101010110111010101100101000100101111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A9955; }

 p { color: rgb(10,153,85); }

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

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

 a { background-color: rgb(10,153,85); }

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

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

 span { border-color: rgb(10,153,85); }

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