#0AF92F

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

Shades of Free Speech Green #0AF92F

Tints of Free Speech Green #0AF92F

Color information

#0AF92F (or 0x0AF92F) is unknown color: approx Free Speech Green. HEX triplet: 0A, F9 and 2F. RGB value is (10,249,47). Sum of RGB (Red+Green+Blue) = 10+249+47=306 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.27% from 306); Green value is 249 (97.66% from 255 or 81.37% from 306); Blue value is 47 (18.75% from 255 or 15.36% from 306); Max value from RGB is 249 - color contains mainly: green. Hex color #0AF92F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0AF92F is #F506D0. Grayscale: #9B9B9B. Windows color (decimal): -16058065 or 3143946. OLE color: 3143946.

HSL color Cylindrical-coordinate representation of color #0AF92F: hue angle of 129.29º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF92F is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB1024947-
CMYK0.9600.810.02
HSL129.29º95.22%50.78%-
HSV(B)129.29º95.98%97.65%-
XYZ34.5168.0214-
YUV154.5167.3224.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.27%
GREEN value IS 249 (97.66% from 255) = 81.37%
BLUE value IS 47 (18.75% from 255) = 15.36%
R=3.27%
G=81.37%
B=15.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal10249470.9600.810.02129.2995.2250.78
HexAF92F600512815f33
Octal12371571400121220113763
Binary10101111100110111111000000101000110100000011011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AF92F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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