Html Css Color HEX #0AF713 Free Speech Green

📋 copy color: '#0AF713'

red 10 ◦ green 247 ◦ blue 19

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

Shades of Free Speech Green #0AF713

Tints of Free Speech Green #0AF713

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.88%

R = 3.62%
G = 89.49%
B = 6.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#0AF713 (or 0x0AF713) is known color: Free Speech Green. HEX triplet: 0A, F7 and 13. RGB value is (10,247,19). Sum of RGB (Red+Green+Blue) = 10+247+19=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 247 (96.88% from 255 or 89.49% from 276); Blue value is 19 (7.81% from 255 or 6.88% from 276); Max value from RGB is 247 - color contains mainly: green. Hex color #0AF713 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF713 is #F508EC. Grayscale: #969696. Windows color (decimal): -16058605 or 1308426. OLE color: 1308426.

HSL color Cylindrical-coordinate representation of color #0AF713: hue angle of 122.28º 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 #0AF713 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 247 19 -
CMYK 0.96 0 0.92 0.03
HSL 122.28º 0.94% 0.5% -
HSV(B) 122.28º 0.96% 0.97% -
XYZ 33.5 66.63 11.71 -
YUV 150.15 53.98 28.04 -
System Red Green Blue C M Y K H S L
Decimal 10 247 19 0.96 0 0.92 0.03 122.28 0.94 0.5
Hex A F7 13 60 0 5C 3 7A 5E 32
Octal 12 367 23 140 0 134 3 172 136 62
Binary 1010 11110111 10011 1100000 0 1011100 11 1111010 1011110 110010

Color Harmonies of #0AF713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF713

Black with #0AF713

Text Example


Text Example

White with #0AF713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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