Html Css Color HEX #0FD614 Free Speech Green

📋 copy color: '#0FD614'

red 15 ◦ green 214 ◦ blue 20

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

Shades of Free Speech Green #0FD614

Tints of Free Speech Green #0FD614

RGB

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

 GREEN value IS 214 (83.98% from 255) = 85.94%

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

R = 6.02%
G = 85.94%
B = 8.03%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.16

RGB Variations

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

Color information

#0FD614 (or 0x0FD614) is known color: Free Speech Green. HEX triplet: 0F, D6 and 14. RGB value is (15,214,20). Sum of RGB (Red+Green+Blue) = 15+214+20=249 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.02% from 249); Green value is 214 (83.98% from 255 or 85.94% from 249); Blue value is 20 (8.20% from 255 or 8.03% from 249); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD614 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD614 is #F029EB. Grayscale: #848484. Windows color (decimal): -15739372 or 1365519. OLE color: 1365519.

HSL color Cylindrical-coordinate representation of color #0FD614: hue angle of 121.51º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FD614 is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.16.

Color convert

RGB 15 214 20 -
CMYK 0.93 0 0.91 0.16
HSL 121.51º 0.87% 0.45% -
HSV(B) 121.51º 0.93% 0.84% -
XYZ 24.37 48.25 8.69 -
YUV 132.38 64.57 44.27 -
System Red Green Blue C M Y K H S L
Decimal 15 214 20 0.93 0 0.91 0.16 121.51 0.87 0.45
Hex F D6 14 5D 0 5B 10 7A 57 2D
Octal 17 326 24 135 0 133 20 172 127 55
Binary 1111 11010110 10100 1011101 0 1011011 10000 1111010 1010111 101101

Color Harmonies of #0FD614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD614

Black with #0FD614

Text Example


Text Example

White with #0FD614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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