#0FFE29

Color #0FFE29 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #0FFE29

Tints of Free Speech Green #0FFE29

Color information

#0FFE29 (or 0x0FFE29) is unknown color: approx Free Speech Green. HEX triplet: 0F, FE and 29. RGB value is (15,254,41). Sum of RGB (Red+Green+Blue) = 15+254+41=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 254 (99.61% from 255 or 81.94% from 310); Blue value is 41 (16.41% from 255 or 13.23% from 310); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE29 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE29 is #F001D6. Grayscale: #9E9E9E. Windows color (decimal): -15729111 or 2752015. OLE color: 2752015.

HSL color Cylindrical-coordinate representation of color #0FFE29: hue angle of 126.53º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FFE29 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB1525441-
CMYK0.9400.840.00
HSL126.53º99.17%52.75%-
HSV(B)126.53º94.09%99.61%-
XYZ36.0471.1513.93-
YUV158.2661.8225.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 254 (99.61% from 255) = 81.94%
BLUE value IS 41 (16.41% from 255) = 13.23%
R=4.84%
G=81.94%
B=13.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal15254410.9400.840.00126.5399.1752.75
HexFFE295E05407f6335
Octal17376511360124017714365
Binary111111111110101001101111001010100011111111100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFE29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,254,41); }

 H1.HeaderClassName
 {
   color: #0FFE29;
 }
 .AnyTagClassName
 {
   color: #0FFE29;
 }
</style>
background-color css

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

 a { background-color: rgb(15,254,41); }

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

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

 span { border-color: rgb(15,254,41); }

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