Html Css Color HEX #0FE315 Free Speech Green

📋 copy color: '#0FE315'

red 15 ◦ green 227 ◦ blue 21

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

Shades of Free Speech Green #0FE315

Tints of Free Speech Green #0FE315

RGB

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

 GREEN value IS 227 (89.06% from 255) = 86.31%

 BLUE value IS 21 (8.59% from 255) = 7.98%

R = 5.7%
G = 86.31%
B = 7.98%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#0FE315 (or 0x0FE315) is known color: Free Speech Green. HEX triplet: 0F, E3 and 15. RGB value is (15,227,21). Sum of RGB (Red+Green+Blue) = 15+227+21=263 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.70% from 263); Green value is 227 (89.06% from 255 or 86.31% from 263); Blue value is 21 (8.59% from 255 or 7.98% from 263); Max value from RGB is 227 - color contains mainly: green. Hex color #0FE315 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0FE315 is #F01CEA. Grayscale: #8C8C8C. Windows color (decimal): -15736043 or 1434383. OLE color: 1434383.

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

Color convert

RGB 15 227 21 -
CMYK 0.93 0 0.91 0.11
HSL 121.7º 0.88% 0.47% -
HSV(B) 121.7º 0.93% 0.89% -
XYZ 27.8 55.09 9.88 -
YUV 140.13 60.76 38.75 -
System Red Green Blue C M Y K H S L
Decimal 15 227 21 0.93 0 0.91 0.11 121.7 0.88 0.47
Hex F E3 15 5D 0 5B B 7A 58 2F
Octal 17 343 25 135 0 133 13 172 130 57
Binary 1111 11100011 10101 1011101 0 1011011 1011 1111010 1011000 101111

Color Harmonies of #0FE315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FE315

Black with #0FE315

Text Example


Text Example

White with #0FE315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,227,21); }

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

background-color css

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

 a { background-color: rgb(15,227,21); }

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

border-color css

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

 span { border-color: rgb(15,227,21); }

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