Html Css Color HEX #0FF904 Free Speech Green

📋 copy color: '#0FF904'

red 15 ◦ green 249 ◦ blue 4

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

Shades of Free Speech Green #0FF904

Tints of Free Speech Green #0FF904

RGB

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

 GREEN value IS 249 (97.66% from 255) = 92.91%

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

R = 5.6%
G = 92.91%
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

#0FF904 (or 0x0FF904) is known color: Free Speech Green. HEX triplet: 0F, F9 and 04. RGB value is (15,249,4). Sum of RGB (Red+Green+Blue) = 15+249+4=268 (35% of max value = 765). Red value is 15 (6.25% from 255 or 5.60% from 268); Green value is 249 (97.66% from 255 or 92.91% from 268); Blue value is 4 (1.95% from 255 or 1.49% from 268); Max value from RGB is 249 - color contains mainly: green. Hex color #0FF904 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FF904 is #F006FB. Grayscale: #979797. Windows color (decimal): -15730428 or 325903. OLE color: 325903.

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

Color convert

RGB 15 249 4 -
CMYK 0.94 0 0.98 0.02
HSL 117.31º 0.97% 0.5% -
HSV(B) 117.31º 0.98% 0.98% -
XYZ 34.09 67.86 11.42 -
YUV 151.1 44.98 30.92 -
System Red Green Blue C M Y K H S L
Decimal 15 249 4 0.94 0 0.98 0.02 117.31 0.97 0.5
Hex F F9 4 5E 0 62 2 75 61 32
Octal 17 371 4 136 0 142 2 165 141 62
Binary 1111 11111001 100 1011110 0 1100010 10 1110101 1100001 110010

Color Harmonies of #0FF904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF904

Black with #0FF904

Text Example


Text Example

White with #0FF904

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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