Html Css Color HEX #0FFC05 Free Speech Green

📋 copy color: '#0FFC05'

red 15 ◦ green 252 ◦ blue 5

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

Shades of Free Speech Green #0FFC05

Tints of Free Speech Green #0FFC05

RGB

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

 GREEN value IS 252 (98.83% from 255) = 92.65%

 BLUE value IS 5 (2.34% from 255) = 1.84%

R = 5.51%
G = 92.65%
B = 1.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.01

RGB Variations

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

Color information

#0FFC05 (or 0x0FFC05) is known color: Free Speech Green. HEX triplet: 0F, FC and 05. RGB value is (15,252,5). Sum of RGB (Red+Green+Blue) = 15+252+5=272 (36% of max value = 765). Red value is 15 (6.25% from 255 or 5.51% from 272); Green value is 252 (98.83% from 255 or 92.65% from 272); Blue value is 5 (2.34% from 255 or 1.84% from 272); Max value from RGB is 252 - color contains mainly: green. Hex color #0FFC05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FFC05 is #F003FA. Grayscale: #999999. Windows color (decimal): -15729659 or 392207. OLE color: 392207.

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

Color convert

RGB 15 252 5 -
CMYK 0.94 0 0.98 0.01
HSL 117.57º 0.98% 0.5% -
HSV(B) 117.57º 0.98% 0.99% -
XYZ 35.03 69.73 11.76 -
YUV 152.98 44.48 29.58 -
System Red Green Blue C M Y K H S L
Decimal 15 252 5 0.94 0 0.98 0.01 117.57 0.98 0.5
Hex F FC 5 5E 0 62 1 76 62 32
Octal 17 374 5 136 0 142 1 166 142 62
Binary 1111 11111100 101 1011110 0 1100010 1 1110110 1100010 110010

Color Harmonies of #0FFC05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFC05

Black with #0FFC05

Text Example


Text Example

White with #0FFC05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,252,5); }

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

background-color css

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

 a { background-color: rgb(15,252,5); }

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

border-color css

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

 span { border-color: rgb(15,252,5); }

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