#0A9F42

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

Shades of Pigment Green #0A9F42

Tints of Pigment Green #0A9F42

Color information

#0A9F42 (or 0x0A9F42) is unknown color: approx Pigment Green. HEX triplet: 0A, 9F and 42. RGB value is (10,159,66). Sum of RGB (Red+Green+Blue) = 10+159+66=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 159 (62.5% from 255 or 67.66% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 159 - color contains mainly: green. Hex color #0A9F42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9F42 is #F560BD. Grayscale: #686868. Windows color (decimal): -16081086 or 4366090. OLE color: 4366090.

HSL color Cylindrical-coordinate representation of color #0A9F42: hue angle of 142.55º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9F42 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1015966-
CMYK0.9400.580.38
HSL142.55º88.17%33.14%-
HSV(B)142.55º93.71%62.35%-
XYZ13.5125.259.32-
YUV103.85106.6461.06-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 159 (62.5% from 255) = 67.66%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=4.26%
G=67.66%
B=28.09%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10159660.9400.580.38142.5588.1733.14
HexA9F425E03A268f5821
Octal122371021360724621713041
Binary101010011111100001010111100111010100110100011111011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,159,66); }

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

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

 a { background-color: rgb(10,159,66); }

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

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

 span { border-color: rgb(10,159,66); }

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