Html Css Color HEX #0FD018 Free Speech Green

📋 copy color: '#0FD018'

red 15 ◦ green 208 ◦ blue 24

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

Shades of Free Speech Green #0FD018

Tints of Free Speech Green #0FD018

RGB

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

 GREEN value IS 208 (81.64% from 255) = 84.21%

 BLUE value IS 24 (9.77% from 255) = 9.72%

R = 6.07%
G = 84.21%
B = 9.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#0FD018 (or 0x0FD018) is known color: Free Speech Green. HEX triplet: 0F, D0 and 18. RGB value is (15,208,24). Sum of RGB (Red+Green+Blue) = 15+208+24=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 208 (81.64% from 255 or 84.21% from 247); Blue value is 24 (9.77% from 255 or 9.72% from 247); Max value from RGB is 208 - color contains mainly: green. Hex color #0FD018 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD018 is #F02FE7. Grayscale: #818181. Windows color (decimal): -15740904 or 1626127. OLE color: 1626127.

HSL color Cylindrical-coordinate representation of color #0FD018: hue angle of 122.8º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD018 is Cyan = 0.93, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 15 208 24 -
CMYK 0.93 0 0.88 0.18
HSL 122.8º 0.87% 0.44% -
HSV(B) 122.8º 0.93% 0.82% -
XYZ 22.92 45.28 8.4 -
YUV 129.32 68.56 46.46 -
System Red Green Blue C M Y K H S L
Decimal 15 208 24 0.93 0 0.88 0.18 122.8 0.87 0.44
Hex F D0 18 5D 0 58 12 7B 57 2C
Octal 17 320 30 135 0 130 22 173 127 54
Binary 1111 11010000 11000 1011101 0 1011000 10010 1111011 1010111 101100

Color Harmonies of #0FD018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD018

Black with #0FD018

Text Example


Text Example

White with #0FD018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,208,24); }

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

background-color css

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

 a { background-color: rgb(15,208,24); }

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

border-color css

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

 span { border-color: rgb(15,208,24); }

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