#0AF328

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

Shades of Free Speech Green #0AF328

Tints of Free Speech Green #0AF328

Color information

#0AF328 (or 0x0AF328) is unknown color: approx Free Speech Green. HEX triplet: 0A, F3 and 28. RGB value is (10,243,40). Sum of RGB (Red+Green+Blue) = 10+243+40=293 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.41% from 293); Green value is 243 (95.31% from 255 or 82.94% from 293); Blue value is 40 (16.02% from 255 or 13.65% from 293); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF328 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF328 is #F50CD7. Grayscale: #969696. Windows color (decimal): -16059608 or 2683658. OLE color: 2683658.

HSL color Cylindrical-coordinate representation of color #0AF328: hue angle of 127.73º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF328 is Cyan = 0.96, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.05.

Color convert

RGB1024340-
CMYK0.9600.840.05
HSL127.73º92.09%49.61%-
HSV(B)127.73º95.88%95.29%-
XYZ32.5664.3212.71-
YUV150.1965.8128.01-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.41%
GREEN value IS 243 (95.31% from 255) = 82.94%
BLUE value IS 40 (16.02% from 255) = 13.65%
R=3.41%
G=82.94%
B=13.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243400.9600.840.05127.7392.0949.61
HexAF328600545805c32
Octal12363501400124520013462
Binary101011110011101000110000001010100101100000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,243,40); }

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

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

 a { background-color: rgb(10,243,40); }

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

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

 span { border-color: rgb(10,243,40); }

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