#0AF329

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

Shades of Free Speech Green #0AF329

Tints of Free Speech Green #0AF329

Color information

#0AF329 (or 0x0AF329) is unknown color: approx Free Speech Green. HEX triplet: 0A, F3 and 29. RGB value is (10,243,41). Sum of RGB (Red+Green+Blue) = 10+243+41=294 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.40% from 294); Green value is 243 (95.31% from 255 or 82.65% from 294); Blue value is 41 (16.41% from 255 or 13.95% from 294); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF329 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF329 is #F50CD6. Grayscale: #969696. Windows color (decimal): -16059607 or 2749194. OLE color: 2749194.

HSL color Cylindrical-coordinate representation of color #0AF329: hue angle of 127.98º 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 #0AF329 is Cyan = 0.96, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB1024341-
CMYK0.9600.830.05
HSL127.98º92.09%49.61%-
HSV(B)127.98º95.88%95.29%-
XYZ32.5864.3312.8-
YUV150.366.3127.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.40%
GREEN value IS 243 (95.31% from 255) = 82.65%
BLUE value IS 41 (16.41% from 255) = 13.95%
R=3.40%
G=82.65%
B=13.95%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243410.9600.830.05127.9892.0949.61
HexAF329600535805c32
Octal12363511400123520013462
Binary101011110011101001110000001010011101100000001011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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