Html Css Color HEX #0FFA04 Free Speech Green

📋 copy color: '#0FFA04'

red 15 ◦ green 250 ◦ blue 4

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

Shades of Free Speech Green #0FFA04

Tints of Free Speech Green #0FFA04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.49%

R = 5.58%
G = 92.94%
B = 1.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.02

RGB Variations

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

Color information

#0FFA04 (or 0x0FFA04) is known color: Free Speech Green. HEX triplet: 0F, FA and 04. RGB value is (15,250,4). Sum of RGB (Red+Green+Blue) = 15+250+4=269 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.58% from 269); Green value is 250 (98.05% from 255 or 92.94% from 269); Blue value is 4 (1.95% from 255 or 1.49% from 269); Max value from RGB is 250 - color contains mainly: green. Hex color #0FFA04 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFA04 is #F005FB. Grayscale: #989898. Windows color (decimal): -15730172 or 326159. OLE color: 326159.

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

Color convert

RGB 15 250 4 -
CMYK 0.94 0 0.98 0.02
HSL 117.32º 0.97% 0.5% -
HSV(B) 117.32º 0.98% 0.98% -
XYZ 34.4 68.48 11.52 -
YUV 151.69 44.64 30.5 -
System Red Green Blue C M Y K H S L
Decimal 15 250 4 0.94 0 0.98 0.02 117.32 0.97 0.5
Hex F FA 4 5E 0 62 2 75 61 32
Octal 17 372 4 136 0 142 2 165 141 62
Binary 1111 11111010 100 1011110 0 1100010 10 1110101 1100001 110010

Color Harmonies of #0FFA04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFA04

Black with #0FFA04

Text Example


Text Example

White with #0FFA04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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