Html Css Color HEX #0FE013 Free Speech Green

📋 copy color: '#0FE013'

red 15 ◦ green 224 ◦ blue 19

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

Shades of Free Speech Green #0FE013

Tints of Free Speech Green #0FE013

RGB

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

 GREEN value IS 224 (87.89% from 255) = 86.82%

 BLUE value IS 19 (7.81% from 255) = 7.36%

R = 5.81%
G = 86.82%
B = 7.36%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.92

 K value IS 0.12

RGB Variations

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

Color information

#0FE013 (or 0x0FE013) is known color: Free Speech Green. HEX triplet: 0F, E0 and 13. RGB value is (15,224,19). Sum of RGB (Red+Green+Blue) = 15+224+19=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 224 (87.89% from 255 or 86.82% from 258); Blue value is 19 (7.81% from 255 or 7.36% from 258); Max value from RGB is 224 - color contains mainly: green. Hex color #0FE013 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE013 is #F01FEC. Grayscale: #8A8A8A. Windows color (decimal): -15736813 or 1302543. OLE color: 1302543.

HSL color Cylindrical-coordinate representation of color #0FE013: hue angle of 121.15º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FE013 is Cyan = 0.93, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.12.

Color convert

RGB 15 224 19 -
CMYK 0.93 0 0.92 0.12
HSL 121.15º 0.87% 0.47% -
HSV(B) 121.15º 0.93% 0.88% -
XYZ 26.97 53.46 9.51 -
YUV 138.14 60.76 40.17 -
System Red Green Blue C M Y K H S L
Decimal 15 224 19 0.93 0 0.92 0.12 121.15 0.87 0.47
Hex F E0 13 5D 0 5C C 79 57 2F
Octal 17 340 23 135 0 134 14 171 127 57
Binary 1111 11100000 10011 1011101 0 1011100 1100 1111001 1010111 101111

Color Harmonies of #0FE013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE013

Black with #0FE013

Text Example


Text Example

White with #0FE013

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,224,19); }

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

background-color css

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

 a { background-color: rgb(15,224,19); }

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

border-color css

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

 span { border-color: rgb(15,224,19); }

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