Html Css Color HEX #0AFA10 Free Speech Green

📋 copy color: '#0AFA10'

red 10 ◦ green 250 ◦ blue 16

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

Shades of Free Speech Green #0AFA10

Tints of Free Speech Green #0AFA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 90.58%

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

R = 3.62%
G = 90.58%
B = 5.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#0AFA10 (or 0x0AFA10) is known color: Free Speech Green. HEX triplet: 0A, FA and 10. RGB value is (10,250,16). Sum of RGB (Red+Green+Blue) = 10+250+16=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 250 (98.05% from 255 or 90.58% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFA10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AFA10 is #F505EF. Grayscale: #989898. Windows color (decimal): -16057840 or 1112586. OLE color: 1112586.

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

Color convert

RGB 10 250 16 -
CMYK 0.96 0 0.94 0.02
HSL 121.5º 0.96% 0.51% -
HSV(B) 121.5º 0.96% 0.98% -
XYZ 34.4 68.47 11.89 -
YUV 151.56 51.49 27.03 -
System Red Green Blue C M Y K H S L
Decimal 10 250 16 0.96 0 0.94 0.02 121.5 0.96 0.51
Hex A FA 10 60 0 5E 2 7A 60 33
Octal 12 372 20 140 0 136 2 172 140 63
Binary 1010 11111010 10000 1100000 0 1011110 10 1111010 1100000 110011

Color Harmonies of #0AFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFA10

Black with #0AFA10

Text Example


Text Example

White with #0AFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,16); }

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

background-color css

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

 a { background-color: rgb(10,250,16); }

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

border-color css

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

 span { border-color: rgb(10,250,16); }

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