#0A994F

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

Shades of Pigment Green #0A994F

Tints of Pigment Green #0A994F

Color information

#0A994F (or 0x0A994F) is unknown color: approx Pigment Green. HEX triplet: 0A, 99 and 4F. RGB value is (10,153,79). Sum of RGB (Red+Green+Blue) = 10+153+79=242 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.13% from 242); Green value is 153 (60.16% from 255 or 63.22% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 153 - color contains mainly: green. Hex color #0A994F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A994F is #F566B0. Grayscale: #656565. Windows color (decimal): -16082609 or 5216522. OLE color: 5216522.

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

Color convert

RGB1015379-
CMYK0.9300.480.4
HSL148.95º87.73%31.96%-
HSV(B)148.95º93.46%60%-
XYZ12.9323.4111.23-
YUV101.81115.1262.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.13%
GREEN value IS 153 (60.16% from 255) = 63.22%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=4.13%
G=63.22%
B=32.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal10153790.9300.480.4148.9587.7331.96
HexA994F5D03028955820
Octal122311171350605022513040
Binary101010011001100111110111010110000101000100101011011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A994F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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