#0A9942

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

Shades of Pigment Green #0A9942

Tints of Pigment Green #0A9942

Color information

#0A9942 (or 0x0A9942) is unknown color: approx Pigment Green. HEX triplet: 0A, 99 and 42. RGB value is (10,153,66). Sum of RGB (Red+Green+Blue) = 10+153+66=229 (30% of max value = 765). Red value is 10 (4.30% from 255 or 4.37% from 229); Green value is 153 (60.16% from 255 or 66.81% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A9942 is #F566BD. Grayscale: #646464. Windows color (decimal): -16082622 or 4364554. OLE color: 4364554.

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

Color convert

RGB1015366-
CMYK0.9300.570.4
HSL143.5º87.73%31.96%-
HSV(B)143.5º93.46%60%-
XYZ12.523.248.98-
YUV100.32108.6263.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.37%
GREEN value IS 153 (60.16% from 255) = 66.81%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=4.37%
G=66.81%
B=28.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153660.9300.570.4143.587.7331.96
HexA99425D039288f5820
Octal122311021350715021713040
Binary101010011001100001010111010111001101000100011111011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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