Html Css Color HEX #00F60A Free Speech Green

📋 copy color: '#00F60A'

red 0 ◦ green 246 ◦ blue 10

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

Shades of Free Speech Green #00F60A

Tints of Free Speech Green #00F60A

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 246 (96.48% from 255) = 96.09%

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

R = 0%
G = 96.09%
B = 3.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.96

 K value IS 0.04

RGB Variations

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

Color information

#00F60A (or 0x00F60A) is known color: Free Speech Green. HEX triplet: 00, F6 and 0A. RGB value is (0,246,10). Sum of RGB (Red+Green+Blue) = 0+246+10=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 246 (96.48% from 255 or 96.09% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 246 - color contains mainly: green. Hex color #00F60A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00F60A is #FF09F5. Grayscale: #929292. Windows color (decimal): -16714230 or 718336. OLE color: 718336.

HSL color Cylindrical-coordinate representation of color #00F60A: hue angle of 122.44º degrees, saturation: 1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00F60A is Cyan = 1, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.04.

Color convert

RGB 0 246 10 -
CMYK 1 0 0.96 0.04
HSL 122.44º 1% 0.48% -
HSV(B) 122.44º 1% 0.96% -
XYZ 33.01 65.93 11.27 -
YUV 145.54 51.5 24.19 -
System Red Green Blue C M Y K H S L
Decimal 0 246 10 1 0 0.96 0.04 122.44 1 0.48
Hex 0 F6 A 64 0 60 4 7A 64 30
Octal 0 366 12 144 0 140 4 172 144 60
Binary 0 11110110 1010 1100100 0 1100000 100 1111010 1100100 110000

Color Harmonies of #00F60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00F60A

Black with #00F60A

Text Example


Text Example

White with #00F60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00F60A; }

 p { color: rgb(0,246,10); }

 H1.HeaderClassName
 {
   color: #00F60A;
 }
 .AnyTagClassName
 {
   color: #00F60A;
 }
</style>

background-color css

<style>
 a { background-color: #00F60A; }

 a { background-color: rgb(0,246,10); }

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

border-color css

<style>
 span { border-color: #00F60A; }

 span { border-color: rgb(0,246,10); }

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