#0FEE1B

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

Shades of Free Speech Green #0FEE1B

Tints of Free Speech Green #0FEE1B

Color information

#0FEE1B (or 0x0FEE1B) is unknown color: approx Free Speech Green. HEX triplet: 0F, EE and 1B. RGB value is (15,238,27). Sum of RGB (Red+Green+Blue) = 15+238+27=280 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.36% from 280); Green value is 238 (93.36% from 255 or 85% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 238 - color contains mainly: green. Hex color #0FEE1B is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #0FEE1B is #F011E4. Grayscale: #939393. Windows color (decimal): -15733221 or 1830415. OLE color: 1830415.

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

Color convert

RGB1523827-
CMYK0.9400.890.07
HSL123.23º88.14%49.61%-
HSV(B)123.23º93.7%93.33%-
XYZ30.9761.3311.24-
YUV147.2760.1233.66-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.36%
GREEN value IS 238 (93.36% from 255) = 85%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=5.36%
G=85%
B=9.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal15238270.9400.890.07123.2388.1449.61
HexFEE1B5E05977b5832
Octal17356331360131717313062
Binary1111111011101101110111100101100111111110111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FEE1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,238,27); }

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

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

 a { background-color: rgb(15,238,27); }

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

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

 span { border-color: rgb(15,238,27); }

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