Html Css Color HEX #0FDD14 Free Speech Green

📋 copy color: '#0FDD14'

red 15 ◦ green 221 ◦ blue 20

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

Shades of Free Speech Green #0FDD14

Tints of Free Speech Green #0FDD14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.81%

R = 5.86%
G = 86.33%
B = 7.81%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#0FDD14 (or 0x0FDD14) is known color: Free Speech Green. HEX triplet: 0F, DD and 14. RGB value is (15,221,20). Sum of RGB (Red+Green+Blue) = 15+221+20=256 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.86% from 256); Green value is 221 (86.72% from 255 or 86.33% from 256); Blue value is 20 (8.20% from 255 or 7.81% from 256); Max value from RGB is 221 - color contains mainly: green. Hex color #0FDD14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDD14 is #F022EB. Grayscale: #898989. Windows color (decimal): -15737580 or 1367311. OLE color: 1367311.

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

Color convert

RGB 15 221 20 -
CMYK 0.93 0 0.91 0.13
HSL 121.46º 0.87% 0.46% -
HSV(B) 121.46º 0.93% 0.87% -
XYZ 26.18 51.86 9.29 -
YUV 136.49 62.25 41.34 -
System Red Green Blue C M Y K H S L
Decimal 15 221 20 0.93 0 0.91 0.13 121.46 0.87 0.46
Hex F DD 14 5D 0 5B D 79 57 2E
Octal 17 335 24 135 0 133 15 171 127 56
Binary 1111 11011101 10100 1011101 0 1011011 1101 1111001 1010111 101110

Color Harmonies of #0FDD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDD14

Black with #0FDD14

Text Example


Text Example

White with #0FDD14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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