#0F983A

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

Shades of Pigment Green #0F983A

Tints of Pigment Green #0F983A

Color information

#0F983A (or 0x0F983A) is unknown color: approx Pigment Green. HEX triplet: 0F, 98 and 3A. RGB value is (15,152,58). Sum of RGB (Red+Green+Blue) = 15+152+58=225 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.67% from 225); Green value is 152 (59.77% from 255 or 67.56% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 152 - color contains mainly: green. Hex color #0F983A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0F983A is #F067C5. Grayscale: #646464. Windows color (decimal): -15755206 or 3840015. OLE color: 3840015.

HSL color Cylindrical-coordinate representation of color #0F983A: hue angle of 138.83º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F983A is Cyan = 0.90, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.40.

Color convert

RGB1515258-
CMYK0.9000.620.40
HSL138.83º82.04%32.75%-
HSV(B)138.83º90.13%59.61%-
XYZ12.1922.867.77-
YUV100.32104.1167.14-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.67%
GREEN value IS 152 (59.77% from 255) = 67.56%
BLUE value IS 58 (23.05% from 255) = 25.78%
R=6.67%
G=67.56%
B=25.78%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15152580.9000.620.40138.8382.0432.75
HexF983A5A03E288b5221
Octal17230721320765021312241
Binary11111001100011101010110100111110101000100010111010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F983A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,152,58); }

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

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

 a { background-color: rgb(15,152,58); }

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

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

 span { border-color: rgb(15,152,58); }

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