#0FFE28

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

Shades of Free Speech Green #0FFE28

Tints of Free Speech Green #0FFE28

Color information

#0FFE28 (or 0x0FFE28) is unknown color: approx Free Speech Green. HEX triplet: 0F, FE and 28. RGB value is (15,254,40). Sum of RGB (Red+Green+Blue) = 15+254+40=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 254 (99.61% from 255 or 82.20% from 309); Blue value is 40 (16.02% from 255 or 12.94% from 309); Max value from RGB is 254 - color contains mainly: green. Hex color #0FFE28 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FFE28 is #F001D7. Grayscale: #9E9E9E. Windows color (decimal): -15729112 or 2686479. OLE color: 2686479.

HSL color Cylindrical-coordinate representation of color #0FFE28: hue angle of 126.28º 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 #0FFE28 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.

Color convert

RGB1525440-
CMYK0.9400.840.00
HSL126.28º99.17%52.75%-
HSV(B)126.28º94.09%99.61%-
XYZ36.0271.1413.84-
YUV158.1461.3225.9-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 254 (99.61% from 255) = 82.20%
BLUE value IS 40 (16.02% from 255) = 12.94%
R=4.85%
G=82.20%
B=12.94%

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
Decimal15254400.9400.840.00126.2899.1752.75
HexFFE285E05407e6335
Octal17376501360124017614365
Binary111111111110101000101111001010100011111101100011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FFE28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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