#00F912

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

Shades of Free Speech Green #00F912

Tints of Free Speech Green #00F912

Color information

#00F912 (or 0x00F912) is unknown color: approx Free Speech Green. HEX triplet: 00, F9 and 12. RGB value is (0,249,18). Sum of RGB (Red+Green+Blue) = 0+249+18=267 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 267); Green value is 249 (97.66% from 255 or 93.26% from 267); Blue value is 18 (7.42% from 255 or 6.74% from 267); Max value from RGB is 249 - color contains mainly: green. Hex color #00F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F912 is #FF06ED. Grayscale: #949494. Windows color (decimal): -16713454 or 1243392. OLE color: 1243392.

HSL color Cylindrical-coordinate representation of color #00F912: hue angle of 124.34º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F912 is Cyan = 1, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.02.

Color convert

RGB024918-
CMYK100.930.02
HSL124.34º100%48.82%-
HSV(B)124.34º100%97.65%-
XYZ33.9867.811.87-
YUV148.2154.5122.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 249 (97.66% from 255) = 93.26%
BLUE value IS 18 (7.42% from 255) = 6.74%
R=0%
G=93.26%
B=6.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal024918100.930.02124.3410048.82
Hex0F9126405D27c6431
Octal0371221440135217414461
Binary011111001100101100100010111011011111001100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00F912; }

 p { color: rgb(0,249,18); }

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

<style>
 a { background-color: #00F912; }

 a { background-color: rgb(0,249,18); }

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

<style>
 span { border-color: #00F912; }

 span { border-color: rgb(0,249,18); }

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