Html Css Color HEX #0FDD11 Free Speech Green

📋 copy color: '#0FDD11'

red 15 ◦ green 221 ◦ blue 17

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

Shades of Free Speech Green #0FDD11

Tints of Free Speech Green #0FDD11

RGB

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

 GREEN value IS 221 (86.72% from 255) = 87.35%

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

R = 5.93%
G = 87.35%
B = 6.72%

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

#0FDD11 (or 0x0FDD11) is known color: Free Speech Green. HEX triplet: 0F, DD and 11. RGB value is (15,221,17). Sum of RGB (Red+Green+Blue) = 15+221+17=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 221 (86.72% from 255 or 87.35% from 253); Blue value is 17 (7.03% from 255 or 6.72% from 253); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD11 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD11 is #F022EE. Grayscale: #888888. Windows color (decimal): -15737583 or 1170703. OLE color: 1170703.

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

Color convert

RGB 15 221 17 -
CMYK 0.93 0 0.92 0.13
HSL 120.58º 0.87% 0.46% -
HSV(B) 120.58º 0.93% 0.87% -
XYZ 26.15 51.85 9.16 -
YUV 136.15 60.75 41.59 -
System Red Green Blue C M Y K H S L
Decimal 15 221 17 0.93 0 0.92 0.13 120.58 0.87 0.46
Hex F DD 11 5D 0 5C D 79 57 2E
Octal 17 335 21 135 0 134 15 171 127 56
Binary 1111 11011101 10001 1011101 0 1011100 1101 1111001 1010111 101110

Color Harmonies of #0FDD11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD11

Black with #0FDD11

Text Example


Text Example

White with #0FDD11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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