#0fa33a

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

Shades of Pigment Green #0FA33A

Tints of Pigment Green #0FA33A

Color information

#0FA33A (or 0x0FA33A) is unknown color: approx Pigment Green. HEX triplet: 0F, A3 and 3A. RGB value is (15,163,58). Sum of RGB (Red+Green+Blue) = 15+163+58=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 163 (64.06% from 255 or 69.07% from 236); Blue value is 58 (23.05% from 255 or 24.58% from 236); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA33A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA33A is #F05CC5. Grayscale: #6B6B6B. Windows color (decimal): -15752390 or 3842831. OLE color: 3842831.

HSL color Cylindrical-coordinate representation of color #0FA33A: hue angle of 137.43º 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 #0FA33A is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB1516358-
CMYK0.9100.640.36
HSL137.43º83.15%34.9%-
HSV(B)137.43º90.8%63.92%-
XYZ14.0626.68.4-
YUV106.78100.4762.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.36%
GREEN value IS 163 (64.06% from 255) = 69.07%
BLUE value IS 58 (23.05% from 255) = 24.58%
R=6.36%
G=69.07%
B=24.58%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal15163580.9100.640.36137.4383.1534.9
HexFA33A5B04024895323
Octal172437213301004421112343
Binary111110100011111010101101101000000100100100010011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa33a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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