Html Css Color HEX #0FDC00 Free Speech Green

📋 copy color: '#0FDC00'

red 15 ◦ green 220 ◦ blue 0

#0FDC00
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0FDC00

Tints of Free Speech Green #0FDC00

RGB

 RED value IS 15 (6.25% from 255) = 6.38%

 GREEN value IS 220 (86.33% from 255) = 93.62%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.38%
G = 93.62%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#0FDC00 (or 0x0FDC00) is known color: Free Speech Green. HEX triplet: 0F, DC and 00. RGB value is (15,220,0). Sum of RGB (Red+Green+Blue) = 15+220+0=235 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.38% from 235); Green value is 220 (86.33% from 255 or 93.62% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDC00 is #F023FF. Grayscale: #868686. Windows color (decimal): -15737856 or 56335. OLE color: 56335.

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

Color convert

RGB 15 220 0 -
CMYK 0.93 0 1 0.14
HSL 115.91º 1% 0.43% -
HSV(B) 115.91º 1% 0.86% -
XYZ 25.79 51.29 8.54 -
YUV 133.63 52.58 43.39 -
System Red Green Blue C M Y K H S L
Decimal 15 220 0 0.93 0 1 0.14 115.91 1 0.43
Hex F DC 0 5D 0 64 E 74 64 2B
Octal 17 334 0 135 0 144 16 164 144 53
Binary 1111 11011100 0 1011101 0 1100100 1110 1110100 1100100 101011

Color Harmonies of #0FDC00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC00

Black with #0FDC00

Text Example


Text Example

White with #0FDC00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0FDC00;
 }
 .AnyTagClassName
 {
   color: #0FDC00;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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