Html Css Color HEX #0FD610 Free Speech Green

📋 copy color: '#0FD610'

red 15 ◦ green 214 ◦ blue 16

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

Shades of Free Speech Green #0FD610

Tints of Free Speech Green #0FD610

RGB

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

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

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

R = 6.12%
G = 87.35%
B = 6.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#0FD610 (or 0x0FD610) is known color: Free Speech Green. HEX triplet: 0F, D6 and 10. RGB value is (15,214,16). Sum of RGB (Red+Green+Blue) = 15+214+16=245 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.12% from 245); Green value is 214 (83.98% from 255 or 87.35% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 214 - color contains mainly: green. Hex color #0FD610 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FD610 is #F029EF. Grayscale: #848484. Windows color (decimal): -15739376 or 1103375. OLE color: 1103375.

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

Color convert

RGB 15 214 16 -
CMYK 0.93 0 0.93 0.16
HSL 120.3º 0.87% 0.45% -
HSV(B) 120.3º 0.93% 0.84% -
XYZ 24.34 48.23 8.52 -
YUV 131.93 62.57 44.6 -
System Red Green Blue C M Y K H S L
Decimal 15 214 16 0.93 0 0.93 0.16 120.3 0.87 0.45
Hex F D6 10 5D 0 5D 10 78 57 2D
Octal 17 326 20 135 0 135 20 170 127 55
Binary 1111 11010110 10000 1011101 0 1011101 10000 1111000 1010111 101101

Color Harmonies of #0FD610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FD610

Black with #0FD610

Text Example


Text Example

White with #0FD610

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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