Html Css Color HEX #0AF10A Free Speech Green

📋 copy color: '#0AF10A'

red 10 ◦ green 241 ◦ blue 10

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

Shades of Free Speech Green #0AF10A

Tints of Free Speech Green #0AF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 92.34%

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

R = 3.83%
G = 92.34%
B = 3.83%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#0AF10A (or 0x0AF10A) is known color: Free Speech Green. HEX triplet: 0A, F1 and 0A. RGB value is (10,241,10). Sum of RGB (Red+Green+Blue) = 10+241+10=261 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.83% from 261); Green value is 241 (94.53% from 255 or 92.34% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 241 - color contains mainly: green. Hex color #0AF10A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0AF10A is #F50EF5. Grayscale: #929292. Windows color (decimal): -16060150 or 717066. OLE color: 717066.

HSL color Cylindrical-coordinate representation of color #0AF10A: hue angle of 120º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF10A is Cyan = 0.96, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 10 241 10 -
CMYK 0.96 0 0.96 0.05
HSL 120º 0.92% 0.49% -
HSV(B) 120º 0.96% 0.95% -
XYZ 31.64 63 10.78 -
YUV 145.6 51.47 31.28 -
System Red Green Blue C M Y K H S L
Decimal 10 241 10 0.96 0 0.96 0.05 120 0.92 0.49
Hex A F1 A 60 0 60 5 78 5C 31
Octal 12 361 12 140 0 140 5 170 134 61
Binary 1010 11110001 1010 1100000 0 1100000 101 1111000 1011100 110001

Color Harmonies of #0AF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF10A

Black with #0AF10A

Text Example


Text Example

White with #0AF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,241,10); }

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

background-color css

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

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

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

border-color css

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

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

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