Html Css Color HEX #0FDF11 Free Speech Green

📋 copy color: '#0FDF11'

red 15 ◦ green 223 ◦ blue 17

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

Shades of Free Speech Green #0FDF11

Tints of Free Speech Green #0FDF11

RGB

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

 GREEN value IS 223 (87.5% from 255) = 87.45%

 BLUE value IS 17 (7.03% from 255) = 6.67%

R = 5.88%
G = 87.45%
B = 6.67%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#0FDF11 (or 0x0FDF11) is known color: Free Speech Green. HEX triplet: 0F, DF and 11. RGB value is (15,223,17). Sum of RGB (Red+Green+Blue) = 15+223+17=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 223 (87.5% from 255 or 87.45% from 255); Blue value is 17 (7.03% from 255 or 6.67% from 255); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDF11 is #F020EE. Grayscale: #898989. Windows color (decimal): -15737071 or 1171215. OLE color: 1171215.

HSL color Cylindrical-coordinate representation of color #0FDF11: hue angle of 120.58º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FDF11 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 15 223 17 -
CMYK 0.93 0 0.92 0.13
HSL 120.58º 0.87% 0.47% -
HSV(B) 120.58º 0.93% 0.87% -
XYZ 26.69 52.92 9.34 -
YUV 137.32 60.09 40.75 -
System Red Green Blue C M Y K H S L
Decimal 15 223 17 0.93 0 0.92 0.13 120.58 0.87 0.47
Hex F DF 11 5D 0 5C D 79 57 2F
Octal 17 337 21 135 0 134 15 171 127 57
Binary 1111 11011111 10001 1011101 0 1011100 1101 1111001 1010111 101111

Color Harmonies of #0FDF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF11

Black with #0FDF11

Text Example


Text Example

White with #0FDF11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,223,17); }

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

background-color css

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

 a { background-color: rgb(15,223,17); }

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

border-color css

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

 span { border-color: rgb(15,223,17); }

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