#0FCB10

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

Shades of Free Speech Green #0FCB10

Tints of Free Speech Green #0FCB10

Color information

#0FCB10 (or 0x0FCB10) is unknown color: approx Free Speech Green. HEX triplet: 0F, CB and 10. RGB value is (15,203,16). Sum of RGB (Red+Green+Blue) = 15+203+16=234 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.41% from 234); Green value is 203 (79.69% from 255 or 86.75% from 234); Blue value is 16 (6.64% from 255 or 6.84% from 234); Max value from RGB is 203 - color contains mainly: green. Hex color #0FCB10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCB10 is #F034EF. Grayscale: #7E7E7E. Windows color (decimal): -15742192 or 1100559. OLE color: 1100559.

HSL color Cylindrical-coordinate representation of color #0FCB10: hue angle of 120.32º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCB10 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.20.

Color convert

RGB1520316-
CMYK0.9300.920.20
HSL120.32º86.24%42.75%-
HSV(B)120.32º92.61%79.61%-
XYZ21.6542.857.62-
YUV125.4766.2249.21-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.41%
GREEN value IS 203 (79.69% from 255) = 86.75%
BLUE value IS 16 (6.64% from 255) = 6.84%
R=6.41%
G=86.75%
B=6.84%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal15203160.9300.920.20120.3286.2442.75
HexFCB105D05C1478562b
Octal173132013501342417012653
Binary111111001011100001011101010111001010011110001010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,203,16); }

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

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

 a { background-color: rgb(15,203,16); }

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

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

 span { border-color: rgb(15,203,16); }

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