#0FA054

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

Shades of Pigment Green #0FA054

Tints of Pigment Green #0FA054

Color information

#0FA054 (or 0x0FA054) is unknown color: approx Pigment Green. HEX triplet: 0F, A0 and 54. RGB value is (15,160,84). Sum of RGB (Red+Green+Blue) = 15+160+84=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 160 (62.89% from 255 or 61.78% from 259); Blue value is 84 (33.20% from 255 or 32.43% from 259); Max value from RGB is 160 - color contains mainly: green. Hex color #0FA054 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA054 is #F05FAB. Grayscale: #6C6C6C. Windows color (decimal): -15753132 or 5545999. OLE color: 5545999.

HSL color Cylindrical-coordinate representation of color #0FA054: hue angle of 148.55º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA054 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.37.

Color convert

RGB1516084-
CMYK0.9100.480.37
HSL148.55º82.86%34.31%-
HSV(B)148.55º90.62%62.75%-
XYZ14.3725.8812.63-
YUV107.98114.4661.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.79%
GREEN value IS 160 (62.89% from 255) = 61.78%
BLUE value IS 84 (33.20% from 255) = 32.43%
R=5.79%
G=61.78%
B=32.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal15160840.9100.480.37148.5582.8634.31
HexFA0545B03025955322
Octal172401241330604522512342
Binary111110100000101010010110110110000100101100101011010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,160,84); }

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

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

 a { background-color: rgb(15,160,84); }

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

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

 span { border-color: rgb(15,160,84); }

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