Html Css Color HEX #0FDC15 Free Speech Green

📋 copy color: '#0FDC15'

red 15 ◦ green 220 ◦ blue 21

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

Shades of Free Speech Green #0FDC15

Tints of Free Speech Green #0FDC15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.2%

R = 5.86%
G = 85.94%
B = 8.2%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.14

RGB Variations

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

Color information

#0FDC15 (or 0x0FDC15) is known color: Free Speech Green. HEX triplet: 0F, DC and 15. RGB value is (15,220,21). Sum of RGB (Red+Green+Blue) = 15+220+21=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 220 (86.33% from 255 or 85.94% from 256); Blue value is 21 (8.59% from 255 or 8.20% from 256); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDC15 is #F023EA. Grayscale: #888888. Windows color (decimal): -15737835 or 1432591. OLE color: 1432591.

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

Color convert

RGB 15 220 21 -
CMYK 0.93 0 0.90 0.14
HSL 121.76º 0.87% 0.46% -
HSV(B) 121.76º 0.93% 0.86% -
XYZ 25.93 51.34 9.25 -
YUV 136.02 63.08 41.68 -
System Red Green Blue C M Y K H S L
Decimal 15 220 21 0.93 0 0.90 0.14 121.76 0.87 0.46
Hex F DC 15 5D 0 5A E 7A 57 2E
Octal 17 334 25 135 0 132 16 172 127 56
Binary 1111 11011100 10101 1011101 0 1011010 1110 1111010 1010111 101110

Color Harmonies of #0FDC15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC15

Black with #0FDC15

Text Example


Text Example

White with #0FDC15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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