#0A9935

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

Shades of Pigment Green #0A9935

Tints of Pigment Green #0A9935

Color information

#0A9935 (or 0x0A9935) is unknown color: approx Pigment Green. HEX triplet: 0A, 99 and 35. RGB value is (10,153,53). Sum of RGB (Red+Green+Blue) = 10+153+53=216 (28% of max value = 765). Red value is 10 (4.30% from 255 or 4.63% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 53 (21.09% from 255 or 24.54% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9935 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9935 is #F566CA. Grayscale: #636363. Windows color (decimal): -16082635 or 3512586. OLE color: 3512586.

HSL color Cylindrical-coordinate representation of color #0A9935: hue angle of 138.04º 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 #0A9935 is Cyan = 0.93, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.4.

Color convert

RGB1015353-
CMYK0.9300.650.4
HSL138.04º87.73%31.96%-
HSV(B)138.04º93.46%60%-
XYZ12.1623.17.19-
YUV98.84102.1264.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.63%
GREEN value IS 153 (60.16% from 255) = 70.83%
BLUE value IS 53 (21.09% from 255) = 24.54%
R=4.63%
G=70.83%
B=24.54%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153530.9300.650.4138.0487.7331.96
HexA99355D041288a5820
Octal122316513501015021213040
Binary101010011001110101101110101000001101000100010101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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