#0FA74B

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

Shades of Pigment Green #0FA74B

Tints of Pigment Green #0FA74B

Color information

#0FA74B (or 0x0FA74B) is unknown color: approx Pigment Green. HEX triplet: 0F, A7 and 4B. RGB value is (15,167,75). Sum of RGB (Red+Green+Blue) = 15+167+75=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 167 (65.62% from 255 or 64.98% from 257); Blue value is 75 (29.69% from 255 or 29.18% from 257); Max value from RGB is 167 - color contains mainly: green. Hex color #0FA74B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA74B is #F058B4. Grayscale: #6F6F6F. Windows color (decimal): -15751349 or 4957967. OLE color: 4957967.

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

Color convert

RGB1516775-
CMYK0.9100.550.35
HSL143.68º83.52%35.69%-
HSV(B)143.68º91.02%65.49%-
XYZ15.2928.2511.3-
YUV111.06107.6459.48-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.84%
GREEN value IS 167 (65.62% from 255) = 64.98%
BLUE value IS 75 (29.69% from 255) = 29.18%
R=5.84%
G=64.98%
B=29.18%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal15167750.9100.550.35143.6883.5235.69
HexFA74B5B03723905424
Octal172471131330674322012444
Binary111110100111100101110110110110111100011100100001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA74B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,167,75); }

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

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

 a { background-color: rgb(15,167,75); }

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

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

 span { border-color: rgb(15,167,75); }

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