Html Css Color HEX #0FF10A Free Speech Green

📋 copy color: '#0FF10A'

red 15 ◦ green 241 ◦ blue 10

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

Shades of Free Speech Green #0FF10A

Tints of Free Speech Green #0FF10A

RGB

 RED value IS 15 (6.25% from 255) = 5.64%

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

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

R = 5.64%
G = 90.6%
B = 3.76%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#0FF10A (or 0x0FF10A) is known color: Free Speech Green. HEX triplet: 0F, F1 and 0A. RGB value is (15,241,10). Sum of RGB (Red+Green+Blue) = 15+241+10=266 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.64% from 266); Green value is 241 (94.53% from 255 or 90.60% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 241 - color contains mainly: green. Hex color #0FF10A is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF10A is #F00EF5. Grayscale: #939393. Windows color (decimal): -15732470 or 717071. OLE color: 717071.

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

Color convert

RGB 15 241 10 -
CMYK 0.94 0 0.96 0.05
HSL 118.7º 0.92% 0.49% -
HSV(B) 118.7º 0.96% 0.95% -
XYZ 31.71 63.03 10.78 -
YUV 147.09 50.63 33.78 -
System Red Green Blue C M Y K H S L
Decimal 15 241 10 0.94 0 0.96 0.05 118.7 0.92 0.49
Hex F F1 A 5E 0 60 5 77 5C 31
Octal 17 361 12 136 0 140 5 167 134 61
Binary 1111 11110001 1010 1011110 0 1100000 101 1110111 1011100 110001

Color Harmonies of #0FF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF10A

Black with #0FF10A

Text Example


Text Example

White with #0FF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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