#0A9135

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

Shades of Pigment Green #0A9135

Tints of Pigment Green #0A9135

Color information

#0A9135 (or 0x0A9135) is unknown color: approx Pigment Green. HEX triplet: 0A, 91 and 35. RGB value is (10,145,53). Sum of RGB (Red+Green+Blue) = 10+145+53=208 (27% of max value = 765). Red value is 10 (4.30% from 255 or 4.81% from 208); Green value is 145 (57.03% from 255 or 69.71% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9135 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9135 is #F56ECA. Grayscale: #5E5E5E. Windows color (decimal): -16084683 or 3510538. OLE color: 3510538.

HSL color Cylindrical-coordinate representation of color #0A9135: hue angle of 139.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9135 is Cyan = 0.93, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB1014553-
CMYK0.9300.630.43
HSL139.11º87.1%30.39%-
HSV(B)139.11º93.1%56.86%-
XYZ10.8920.576.76-
YUV94.15104.7767.98-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.81%
GREEN value IS 145 (57.03% from 255) = 69.71%
BLUE value IS 53 (21.09% from 255) = 25.48%
R=4.81%
G=69.71%
B=25.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145530.9300.630.43139.1187.130.39
HexA91355D03F2B8b571e
Octal12221651350775321312736
Binary1010100100011101011011101011111110101110001011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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