Html Css Color HEX #0AF607 Free Speech Green

📋 copy color: '#0AF607'

red 10 ◦ green 246 ◦ blue 7

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

Shades of Free Speech Green #0AF607

Tints of Free Speech Green #0AF607

RGB

 RED value IS 10 (4.3% from 255) = 3.8%

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

 BLUE value IS 7 (3.13% from 255) = 2.66%

R = 3.8%
G = 93.54%
B = 2.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#0AF607 (or 0x0AF607) is known color: Free Speech Green. HEX triplet: 0A, F6 and 07. RGB value is (10,246,7). Sum of RGB (Red+Green+Blue) = 10+246+7=263 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.80% from 263); Green value is 246 (96.48% from 255 or 93.54% from 263); Blue value is 7 (3.12% from 255 or 2.66% from 263); Max value from RGB is 246 - color contains mainly: green. Hex color #0AF607 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF607 is #F509F8. Grayscale: #949494. Windows color (decimal): -16058873 or 521738. OLE color: 521738.

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

Color convert

RGB 10 246 7 -
CMYK 0.96 0 0.97 0.04
HSL 119.25º 0.94% 0.5% -
HSV(B) 119.25º 0.97% 0.96% -
XYZ 33.12 65.99 11.19 -
YUV 148.19 48.31 29.43 -
System Red Green Blue C M Y K H S L
Decimal 10 246 7 0.96 0 0.97 0.04 119.25 0.94 0.5
Hex A F6 7 60 0 61 4 77 5E 32
Octal 12 366 7 140 0 141 4 167 136 62
Binary 1010 11110110 111 1100000 0 1100001 100 1110111 1011110 110010

Color Harmonies of #0AF607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF607

Black with #0AF607

Text Example


Text Example

White with #0AF607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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