#0FA63E

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

Shades of Pigment Green #0FA63E

Tints of Pigment Green #0FA63E

Color information

#0FA63E (or 0x0FA63E) is unknown color: approx Pigment Green. HEX triplet: 0F, A6 and 3E. RGB value is (15,166,62). Sum of RGB (Red+Green+Blue) = 15+166+62=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 166 (65.23% from 255 or 68.31% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA63E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA63E is #F059C1. Grayscale: #6D6D6D. Windows color (decimal): -15751618 or 4105743. OLE color: 4105743.

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

Color convert

RGB1516662-
CMYK0.9100.630.35
HSL138.68º83.43%35.49%-
HSV(B)138.68º90.96%65.1%-
XYZ14.727.729.13-
YUV108.99101.4760.96-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.17%
GREEN value IS 166 (65.23% from 255) = 68.31%
BLUE value IS 62 (24.61% from 255) = 25.51%
R=6.17%
G=68.31%
B=25.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15166620.9100.630.35138.6883.4335.49
HexFA63E5B03F238b5323
Octal17246761330774321312343
Binary11111010011011111010110110111111100011100010111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,166,62); }

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

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

 a { background-color: rgb(15,166,62); }

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

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

 span { border-color: rgb(15,166,62); }

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