Html Css Color HEX #0FDF10 Free Speech Green

📋 copy color: '#0FDF10'

red 15 ◦ green 223 ◦ blue 16

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

Shades of Free Speech Green #0FDF10

Tints of Free Speech Green #0FDF10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.3%

R = 5.91%
G = 87.8%
B = 6.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.13

RGB Variations

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

Color information

#0FDF10 (or 0x0FDF10) is known color: Free Speech Green. HEX triplet: 0F, DF and 10. RGB value is (15,223,16). Sum of RGB (Red+Green+Blue) = 15+223+16=254 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.91% from 254); Green value is 223 (87.5% from 255 or 87.80% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 223 - color contains mainly: green. Hex color #0FDF10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FDF10 is #F020EF. Grayscale: #898989. Windows color (decimal): -15737072 or 1105679. OLE color: 1105679.

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

Color convert

RGB 15 223 16 -
CMYK 0.93 0 0.93 0.13
HSL 120.29º 0.87% 0.47% -
HSV(B) 120.29º 0.93% 0.87% -
XYZ 26.68 52.91 9.3 -
YUV 137.21 59.59 40.83 -
System Red Green Blue C M Y K H S L
Decimal 15 223 16 0.93 0 0.93 0.13 120.29 0.87 0.47
Hex F DF 10 5D 0 5D D 78 57 2F
Octal 17 337 20 135 0 135 15 170 127 57
Binary 1111 11011111 10000 1011101 0 1011101 1101 1111000 1010111 101111

Color Harmonies of #0FDF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FDF10

Black with #0FDF10

Text Example


Text Example

White with #0FDF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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