#0fe926

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

Shades of Free Speech Green #0FE926

Tints of Free Speech Green #0FE926

Color information

#0FE926 (or 0x0FE926) is unknown color: approx Free Speech Green. HEX triplet: 0F, E9 and 26. RGB value is (15,233,38). Sum of RGB (Red+Green+Blue) = 15+233+38=286 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.24% from 286); Green value is 233 (91.41% from 255 or 81.47% from 286); Blue value is 38 (15.23% from 255 or 13.29% from 286); Max value from RGB is 233 - color contains mainly: green. Hex color #0FE926 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FE926 is #F016D9. Grayscale: #929292. Windows color (decimal): -15734490 or 2550031. OLE color: 2550031.

HSL color Cylindrical-coordinate representation of color #0FE926: hue angle of 126.33º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FE926 is Cyan = 0.94, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.09.

Color convert

RGB1523338-
CMYK0.9400.840.09
HSL126.33º87.9%48.63%-
HSV(B)126.33º93.56%91.37%-
XYZ29.6958.5211.56-
YUV145.5967.2834.86-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.24%
GREEN value IS 233 (91.41% from 255) = 81.47%
BLUE value IS 38 (15.23% from 255) = 13.29%
R=5.24%
G=81.47%
B=13.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal15233380.9400.840.09126.3387.948.63
HexFE9265E05497e5831
Octal173514613601241117613061
Binary111111101001100110101111001010100100111111101011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fe926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,233,38); }

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

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

 a { background-color: rgb(15,233,38); }

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

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

 span { border-color: rgb(15,233,38); }

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