Html Css Color HEX #0FF70A Free Speech Green

📋 copy color: '#0FF70A'

red 15 ◦ green 247 ◦ blue 10

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

Shades of Free Speech Green #0FF70A

Tints of Free Speech Green #0FF70A

RGB

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

 GREEN value IS 247 (96.88% from 255) = 90.81%

 BLUE value IS 10 (4.3% from 255) = 3.68%

R = 5.51%
G = 90.81%
B = 3.68%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.03

RGB Variations

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

Color information

#0FF70A (or 0x0FF70A) is known color: Free Speech Green. HEX triplet: 0F, F7 and 0A. RGB value is (15,247,10). Sum of RGB (Red+Green+Blue) = 15+247+10=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 247 (96.88% from 255 or 90.81% from 272); Blue value is 10 (4.30% from 255 or 3.68% from 272); Max value from RGB is 247 - color contains mainly: green. Hex color #0FF70A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF70A is #F008F5. Grayscale: #979797. Windows color (decimal): -15730934 or 718607. OLE color: 718607.

HSL color Cylindrical-coordinate representation of color #0FF70A: hue angle of 118.73º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0FF70A is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.

Color convert

RGB 15 247 10 -
CMYK 0.94 0 0.96 0.03
HSL 118.73º 0.94% 0.5% -
HSV(B) 118.73º 0.96% 0.97% -
XYZ 33.51 66.65 11.38 -
YUV 150.61 48.64 31.27 -
System Red Green Blue C M Y K H S L
Decimal 15 247 10 0.94 0 0.96 0.03 118.73 0.94 0.5
Hex F F7 A 5E 0 60 3 77 5E 32
Octal 17 367 12 136 0 140 3 167 136 62
Binary 1111 11110111 1010 1011110 0 1100000 11 1110111 1011110 110010

Color Harmonies of #0FF70A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF70A

Black with #0FF70A

Text Example


Text Example

White with #0FF70A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,247,10); }

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

background-color css

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

 a { background-color: rgb(15,247,10); }

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

border-color css

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

 span { border-color: rgb(15,247,10); }

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