Html Css Color HEX #0FEB05 Free Speech Green

📋 copy color: '#0FEB05'

red 15 ◦ green 235 ◦ blue 5

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

Shades of Free Speech Green #0FEB05

Tints of Free Speech Green #0FEB05

RGB

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

 GREEN value IS 235 (92.19% from 255) = 92.16%

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

R = 5.88%
G = 92.16%
B = 1.96%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.98

 K value IS 0.08

RGB Variations

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

Color information

#0FEB05 (or 0x0FEB05) is known color: Free Speech Green. HEX triplet: 0F, EB and 05. RGB value is (15,235,5). Sum of RGB (Red+Green+Blue) = 15+235+5=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 235 (92.19% from 255 or 92.16% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 235 - color contains mainly: green. Hex color #0FEB05 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #0FEB05 is #F014FA. Grayscale: #8F8F8F. Windows color (decimal): -15734011 or 387855. OLE color: 387855.

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

Color convert

RGB 15 235 5 -
CMYK 0.94 0 0.98 0.08
HSL 117.39º 0.96% 0.47% -
HSV(B) 117.39º 0.98% 0.92% -
XYZ 29.93 59.53 10.06 -
YUV 143 50.11 36.7 -
System Red Green Blue C M Y K H S L
Decimal 15 235 5 0.94 0 0.98 0.08 117.39 0.96 0.47
Hex F EB 5 5E 0 62 8 75 60 2F
Octal 17 353 5 136 0 142 10 165 140 57
Binary 1111 11101011 101 1011110 0 1100010 1000 1110101 1100000 101111

Color Harmonies of #0FEB05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FEB05

Black with #0FEB05

Text Example


Text Example

White with #0FEB05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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