Html Css Color HEX #0FDD15 Free Speech Green

📋 copy color: '#0FDD15'

red 15 ◦ green 221 ◦ blue 21

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

Shades of Free Speech Green #0FDD15

Tints of Free Speech Green #0FDD15

RGB

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

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

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

R = 5.84%
G = 85.99%
B = 8.17%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#0FDD15 (or 0x0FDD15) is known color: Free Speech Green. HEX triplet: 0F, DD and 15. RGB value is (15,221,21). Sum of RGB (Red+Green+Blue) = 15+221+21=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 221 (86.72% from 255 or 85.99% from 257); Blue value is 21 (8.59% from 255 or 8.17% from 257); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD15 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD15 is #F022EA. Grayscale: #898989. Windows color (decimal): -15737579 or 1432847. OLE color: 1432847.

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

Color convert

RGB 15 221 21 -
CMYK 0.93 0 0.90 0.13
HSL 121.75º 0.87% 0.46% -
HSV(B) 121.75º 0.93% 0.87% -
XYZ 26.19 51.87 9.34 -
YUV 136.61 62.75 41.26 -
System Red Green Blue C M Y K H S L
Decimal 15 221 21 0.93 0 0.90 0.13 121.75 0.87 0.46
Hex F DD 15 5D 0 5A D 7A 57 2E
Octal 17 335 25 135 0 132 15 172 127 56
Binary 1111 11011101 10101 1011101 0 1011010 1101 1111010 1010111 101110

Color Harmonies of #0FDD15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD15

Black with #0FDD15

Text Example


Text Example

White with #0FDD15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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