Html Css Color HEX #0FDC17 Free Speech Green

📋 copy color: '#0FDC17'

red 15 ◦ green 220 ◦ blue 23

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

Shades of Free Speech Green #0FDC17

Tints of Free Speech Green #0FDC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.91%

R = 5.81%
G = 85.27%
B = 8.91%

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

#0FDC17 (or 0x0FDC17) is known color: Free Speech Green. HEX triplet: 0F, DC and 17. RGB value is (15,220,23). Sum of RGB (Red+Green+Blue) = 15+220+23=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 220 (86.33% from 255 or 85.27% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 220 - color contains mainly: green. Hex color #0FDC17 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDC17 is #F023E8. Grayscale: #888888. Windows color (decimal): -15737833 or 1563663. OLE color: 1563663.

HSL color Cylindrical-coordinate representation of color #0FDC17: hue angle of 122.34º 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 #0FDC17 is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.14.

Color convert

RGB 15 220 23 -
CMYK 0.93 0 0.90 0.14
HSL 122.34º 0.87% 0.46% -
HSV(B) 122.34º 0.93% 0.86% -
XYZ 25.94 51.35 9.35 -
YUV 136.25 64.08 41.52 -
System Red Green Blue C M Y K H S L
Decimal 15 220 23 0.93 0 0.90 0.14 122.34 0.87 0.46
Hex F DC 17 5D 0 5A E 7A 57 2E
Octal 17 334 27 135 0 132 16 172 127 56
Binary 1111 11011100 10111 1011101 0 1011010 1110 1111010 1010111 101110

Color Harmonies of #0FDC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDC17

Black with #0FDC17

Text Example


Text Example

White with #0FDC17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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