#0af32f

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

Shades of Free Speech Green #0AF32F

Tints of Free Speech Green #0AF32F

Color information

#0AF32F (or 0x0AF32F) is unknown color: approx Free Speech Green. HEX triplet: 0A, F3 and 2F. RGB value is (10,243,47). Sum of RGB (Red+Green+Blue) = 10+243+47=300 (39% of max value = 765). Red value is 10 (4.30% from 255 or 3.33% from 300); Green value is 243 (95.31% from 255 or 81% from 300); Blue value is 47 (18.75% from 255 or 15.67% from 300); Max value from RGB is 243 - color contains mainly: green. Hex color #0AF32F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF32F is #F50CD0. Grayscale: #979797. Windows color (decimal): -16059601 or 3142410. OLE color: 3142410.

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

Color convert

RGB1024347-
CMYK0.9600.810.05
HSL129.53º92.09%49.61%-
HSV(B)129.53º95.88%95.29%-
XYZ32.6964.3713.39-
YUV150.9969.3127.44-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.33%
GREEN value IS 243 (95.31% from 255) = 81%
BLUE value IS 47 (18.75% from 255) = 15.67%
R=3.33%
G=81%
B=15.67%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal10243470.9600.810.05129.5392.0949.61
HexAF32F600515825c32
Octal12363571400121520213462
Binary101011110011101111110000001010001101100000101011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0af32f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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