#0FF634

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

Shades of Free Speech Green #0FF634

Tints of Free Speech Green #0FF634

Color information

#0FF634 (or 0x0FF634) is unknown color: approx Free Speech Green. HEX triplet: 0F, F6 and 34. RGB value is (15,246,52). Sum of RGB (Red+Green+Blue) = 15+246+52=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 246 (96.48% from 255 or 78.59% from 313); Blue value is 52 (20.70% from 255 or 16.61% from 313); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF634 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FF634 is #F009CB. Grayscale: #9B9B9B. Windows color (decimal): -15731148 or 3470863. OLE color: 3470863.

HSL color Cylindrical-coordinate representation of color #0FF634: hue angle of 129.61º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FF634 is Cyan = 0.94, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.

Color convert

RGB1524652-
CMYK0.9400.790.04
HSL129.61º92.77%51.18%-
HSV(B)129.61º93.9%96.47%-
XYZ33.7766.2614.26-
YUV154.8269.9728.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 246 (96.48% from 255) = 78.59%
BLUE value IS 52 (20.70% from 255) = 16.61%
R=4.79%
G=78.59%
B=16.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal15246520.9400.790.04129.6192.7751.18
HexFF6345E04F4825d33
Octal17366641360117420213563
Binary111111110110110100101111001001111100100000101011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FF634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,246,52); }

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

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

 a { background-color: rgb(15,246,52); }

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

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

 span { border-color: rgb(15,246,52); }

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