#0FF321

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

Shades of Free Speech Green #0FF321

Tints of Free Speech Green #0FF321

Color information

#0FF321 (or 0x0FF321) is unknown color: approx Free Speech Green. HEX triplet: 0F, F3 and 21. RGB value is (15,243,33). Sum of RGB (Red+Green+Blue) = 15+243+33=291 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.15% from 291); Green value is 243 (95.31% from 255 or 83.51% from 291); Blue value is 33 (13.28% from 255 or 11.34% from 291); Max value from RGB is 243 - color contains mainly: green. Hex color #0FF321 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF321 is #F00CDE. Grayscale: #979797. Windows color (decimal): -15731935 or 2224911. OLE color: 2224911.

HSL color Cylindrical-coordinate representation of color #0FF321: hue angle of 124.74º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF321 is Cyan = 0.94, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB1524333-
CMYK0.9400.860.05
HSL124.74º90.48%50.59%-
HSV(B)124.74º93.83%95.29%-
XYZ32.5264.3112.14-
YUV150.8961.4631.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.15%
GREEN value IS 243 (95.31% from 255) = 83.51%
BLUE value IS 33 (13.28% from 255) = 11.34%
R=5.15%
G=83.51%
B=11.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15243330.9400.860.05124.7490.4850.59
HexFF3215E05657d5a33
Octal17363411360126517513263
Binary11111111001110000110111100101011010111111011011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,243,33); }

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

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

 a { background-color: rgb(15,243,33); }

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

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

 span { border-color: rgb(15,243,33); }

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