#02F612

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

Shades of Free Speech Green #02F612

Tints of Free Speech Green #02F612

Color information

#02F612 (or 0x02F612) is unknown color: approx Free Speech Green. HEX triplet: 02, F6 and 12. RGB value is (2,246,18). Sum of RGB (Red+Green+Blue) = 2+246+18=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 246 (96.48% from 255 or 92.48% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 246 - color contains mainly: green. Hex color #02F612 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #02F612 is #FD09ED. Grayscale: #939393. Windows color (decimal): -16583150 or 1242626. OLE color: 1242626.

HSL color Cylindrical-coordinate representation of color #02F612: hue angle of 123.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02F612 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.04.

Color convert

RGB224618-
CMYK0.9900.930.04
HSL123.93º98.39%48.63%-
HSV(B)123.93º99.19%96.47%-
XYZ33.0965.9711.56-
YUV147.0555.1624.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.75%
GREEN value IS 246 (96.48% from 255) = 92.48%
BLUE value IS 18 (7.42% from 255) = 6.77%
R=0.75%
G=92.48%
B=6.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2246180.9900.930.04123.9398.3948.63
Hex2F6126305D47c6231
Octal2366221430135417414261
Binary10111101101001011000110101110110011111001100010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02F612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02F612; }

 p { color: rgb(2,246,18); }

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

<style>
 a { background-color: #02F612; }

 a { background-color: rgb(2,246,18); }

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

<style>
 span { border-color: #02F612; }

 span { border-color: rgb(2,246,18); }

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