#0A983F

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

Shades of Pigment Green #0A983F

Tints of Pigment Green #0A983F

Color information

#0A983F (or 0x0A983F) is unknown color: approx Pigment Green. HEX triplet: 0A, 98 and 3F. RGB value is (10,152,63). Sum of RGB (Red+Green+Blue) = 10+152+63=225 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.44% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #0A983F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A983F is #F567C0. Grayscale: #636363. Windows color (decimal): -16082881 or 4167690. OLE color: 4167690.

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

Color convert

RGB1015263-
CMYK0.9300.590.40
HSL142.39º87.65%31.76%-
HSV(B)142.39º93.42%59.61%-
XYZ12.2522.888.47-
YUV99.4107.4664.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.44%
GREEN value IS 152 (59.77% from 255) = 67.56%
BLUE value IS 63 (25% from 255) = 28%
R=4.44%
G=67.56%
B=28%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10152630.9300.590.40142.3987.6531.76
HexA983F5D03B288e5820
Octal12230771350735021613040
Binary10101001100011111110111010111011101000100011101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A983F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,152,63); }

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

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

 a { background-color: rgb(10,152,63); }

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

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

 span { border-color: rgb(10,152,63); }

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