#0FA345

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

Shades of Pigment Green #0FA345

Tints of Pigment Green #0FA345

Color information

#0FA345 (or 0x0FA345) is unknown color: approx Pigment Green. HEX triplet: 0F, A3 and 45. RGB value is (15,163,69). Sum of RGB (Red+Green+Blue) = 15+163+69=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 163 (64.06% from 255 or 65.99% from 247); Blue value is 69 (27.34% from 255 or 27.94% from 247); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA345 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA345 is #F05CBA. Grayscale: #6C6C6C. Windows color (decimal): -15752379 or 4563727. OLE color: 4563727.

HSL color Cylindrical-coordinate representation of color #0FA345: hue angle of 141.89º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA345 is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB1516369-
CMYK0.9100.580.36
HSL141.89º83.15%34.9%-
HSV(B)141.89º90.8%63.92%-
XYZ14.3726.7310.03-
YUV108.03105.9761.64-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.07%
GREEN value IS 163 (64.06% from 255) = 65.99%
BLUE value IS 69 (27.34% from 255) = 27.94%
R=6.07%
G=65.99%
B=27.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15163690.9100.580.36141.8983.1534.9
HexFA3455B03A248e5323
Octal172431051330724421612343
Binary111110100011100010110110110111010100100100011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,69); }

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

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

 a { background-color: rgb(15,163,69); }

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

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

 span { border-color: rgb(15,163,69); }

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