#0A9B42

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

Shades of Pigment Green #0A9B42

Tints of Pigment Green #0A9B42

Color information

#0A9B42 (or 0x0A9B42) is unknown color: approx Pigment Green. HEX triplet: 0A, 9B and 42. RGB value is (10,155,66). Sum of RGB (Red+Green+Blue) = 10+155+66=231 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.33% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 66 (26.17% from 255 or 28.57% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #0A9B42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9B42 is #F564BD. Grayscale: #656565. Windows color (decimal): -16082110 or 4365066. OLE color: 4365066.

HSL color Cylindrical-coordinate representation of color #0A9B42: hue angle of 143.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9B42 is Cyan = 0.94, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.39.

Color convert

RGB1015566-
CMYK0.9400.570.39
HSL143.17º87.88%32.35%-
HSV(B)143.17º93.55%60.78%-
XYZ12.8323.99.09-
YUV101.5107.9662.74-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.33%
GREEN value IS 155 (60.94% from 255) = 67.10%
BLUE value IS 66 (26.17% from 255) = 28.57%
R=4.33%
G=67.10%
B=28.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal10155660.9400.570.39143.1787.8832.35
HexA9B425E039278f5820
Octal122331021360714721713040
Binary101010011011100001010111100111001100111100011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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