#0FCC00

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

Shades of Free Speech Green #0FCC00

Tints of Free Speech Green #0FCC00

Color information

#0FCC00 (or 0x0FCC00) is unknown color: approx Free Speech Green. HEX triplet: 0F, CC and 00. RGB value is (15,204,0). Sum of RGB (Red+Green+Blue) = 15+204+0=219 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.85% from 219); Green value is 204 (80.08% from 255 or 93.15% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 204 - color contains mainly: green. Hex color #0FCC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FCC00 is #F033FF. Grayscale: #7C7C7C. Windows color (decimal): -15741952 or 52239. OLE color: 52239.

HSL color Cylindrical-coordinate representation of color #0FCC00: hue angle of 115.59º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0FCC00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB152040-
CMYK0.93010.2
HSL115.59º100%40%-
HSV(B)115.59º100%80%-
XYZ21.7943.297.21-
YUV124.2357.8850.09-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 6.85%
GREEN value IS 204 (80.08% from 255) = 93.15%
BLUE value IS 0 (0.39% from 255) = 0%
R=6.85%
G=93.15%
B=0%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1520400.93010.2115.5910040
HexFCC05D06414746428
Octal17314013501442416414450
Binary11111100110001011101011001001010011101001100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FCC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,204,0); }

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

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

 a { background-color: rgb(15,204,0); }

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

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

 span { border-color: rgb(15,204,0); }

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