#0FF130

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

Shades of Free Speech Green #0FF130

Tints of Free Speech Green #0FF130

Color information

#0FF130 (or 0x0FF130) is unknown color: approx Free Speech Green. HEX triplet: 0F, F1 and 30. RGB value is (15,241,48). Sum of RGB (Red+Green+Blue) = 15+241+48=304 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.93% from 304); Green value is 241 (94.53% from 255 or 79.28% from 304); Blue value is 48 (19.14% from 255 or 15.79% from 304); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF130 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF130 is #F00ECF. Grayscale: #979797. Windows color (decimal): -15732432 or 3207439. OLE color: 3207439.

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

Color convert

RGB1524148-
CMYK0.9400.800.05
HSL128.76º88.98%50.2%-
HSV(B)128.76º93.78%94.51%-
XYZ32.1963.2313.3-
YUV151.4269.6330.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.93%
GREEN value IS 241 (94.53% from 255) = 79.28%
BLUE value IS 48 (19.14% from 255) = 15.79%
R=4.93%
G=79.28%
B=15.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal15241480.9400.800.05128.7688.9850.2
HexFF1305E0505815932
Octal17361601360120520113162
Binary111111110001110000101111001010000101100000011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,241,48); }

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

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

 a { background-color: rgb(15,241,48); }

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

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

 span { border-color: rgb(15,241,48); }

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