Html Css Color HEX #0FD414 Free Speech Green

📋 copy color: '#0FD414'

red 15 ◦ green 212 ◦ blue 20

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

Shades of Free Speech Green #0FD414

Tints of Free Speech Green #0FD414

RGB

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

 GREEN value IS 212 (83.2% from 255) = 85.83%

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

R = 6.07%
G = 85.83%
B = 8.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.17

RGB Variations

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

Color information

#0FD414 (or 0x0FD414) is known color: Free Speech Green. HEX triplet: 0F, D4 and 14. RGB value is (15,212,20). Sum of RGB (Red+Green+Blue) = 15+212+20=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 212 (83.20% from 255 or 85.83% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 212 - color contains mainly: green. Hex color #0FD414 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD414 is #F02BEB. Grayscale: #838383. Windows color (decimal): -15739884 or 1365007. OLE color: 1365007.

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

Color convert

RGB 15 212 20 -
CMYK 0.93 0 0.91 0.17
HSL 121.52º 0.87% 0.45% -
HSV(B) 121.52º 0.93% 0.83% -
XYZ 23.87 47.24 8.52 -
YUV 131.21 65.23 45.11 -
System Red Green Blue C M Y K H S L
Decimal 15 212 20 0.93 0 0.91 0.17 121.52 0.87 0.45
Hex F D4 14 5D 0 5B 11 7A 57 2D
Octal 17 324 24 135 0 133 21 172 127 55
Binary 1111 11010100 10100 1011101 0 1011011 10001 1111010 1010111 101101

Color Harmonies of #0FD414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD414

Black with #0FD414

Text Example


Text Example

White with #0FD414

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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