Html Css Color HEX #0FFA19 Free Speech Green

📋 copy color: '#0FFA19'

red 15 ◦ green 250 ◦ blue 25

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

Shades of Free Speech Green #0FFA19

Tints of Free Speech Green #0FFA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.62%

R = 5.17%
G = 86.21%
B = 8.62%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#0FFA19 (or 0x0FFA19) is known color: Free Speech Green. HEX triplet: 0F, FA and 19. RGB value is (15,250,25). Sum of RGB (Red+Green+Blue) = 15+250+25=290 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.17% from 290); Green value is 250 (98.05% from 255 or 86.21% from 290); Blue value is 25 (10.16% from 255 or 8.62% from 290); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFA19 is #F005E6. Grayscale: #9A9A9A. Windows color (decimal): -15730151 or 1702415. OLE color: 1702415.

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

Color convert

RGB 15 250 25 -
CMYK 0.94 0 0.9 0.02
HSL 122.55º 0.96% 0.52% -
HSV(B) 122.55º 0.94% 0.98% -
XYZ 34.56 68.54 12.33 -
YUV 154.09 55.14 28.8 -
System Red Green Blue C M Y K H S L
Decimal 15 250 25 0.94 0 0.9 0.02 122.55 0.96 0.52
Hex F FA 19 5E 0 5A 2 7B 60 34
Octal 17 372 31 136 0 132 2 173 140 64
Binary 1111 11111010 11001 1011110 0 1011010 10 1111011 1100000 110100

Color Harmonies of #0FFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA19

Black with #0FFA19

Text Example


Text Example

White with #0FFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,250,25); }

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

background-color css

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

 a { background-color: rgb(15,250,25); }

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

border-color css

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

 span { border-color: rgb(15,250,25); }

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