#0FC908

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

Shades of Free Speech Green #0FC908

Tints of Free Speech Green #0FC908

Color information

#0FC908 (or 0x0FC908) is unknown color: approx Free Speech Green. HEX triplet: 0F, C9 and 08. RGB value is (15,201,8). Sum of RGB (Red+Green+Blue) = 15+201+8=224 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.70% from 224); Green value is 201 (78.91% from 255 or 89.73% from 224); Blue value is 8 (3.52% from 255 or 3.57% from 224); Max value from RGB is 201 - color contains mainly: green. Hex color #0FC908 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FC908 is #F036F7. Grayscale: #7B7B7B. Windows color (decimal): -15742712 or 575759. OLE color: 575759.

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

Color convert

RGB152018-
CMYK0.9300.960.21
HSL117.82º92.34%40.98%-
HSV(B)117.82º96.02%78.82%-
XYZ21.1341.897.2-
YUV123.3862.8850.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.70%
GREEN value IS 201 (78.91% from 255) = 89.73%
BLUE value IS 8 (3.52% from 255) = 3.57%
R=6.70%
G=89.73%
B=3.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1520180.9300.960.21117.8292.3440.98
HexFC985D06015765c29
Octal173111013501402516613451
Binary11111100100110001011101011000001010111101101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FC908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,201,8); }

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

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

 a { background-color: rgb(15,201,8); }

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

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

 span { border-color: rgb(15,201,8); }

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