#00EE18

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

Shades of Free Speech Green #00EE18

Tints of Free Speech Green #00EE18

Color information

#00EE18 (or 0x00EE18) is unknown color: approx Free Speech Green. HEX triplet: 00, EE and 18. RGB value is (0,238,24). Sum of RGB (Red+Green+Blue) = 0+238+24=262 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 262); Green value is 238 (93.36% from 255 or 90.84% from 262); Blue value is 24 (9.77% from 255 or 9.16% from 262); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EE18 is #FF11E7. Grayscale: #8F8F8F. Windows color (decimal): -16716264 or 1633792. OLE color: 1633792.

HSL color Cylindrical-coordinate representation of color #00EE18: hue angle of 126.05º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EE18 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.07.

Color convert

RGB023824-
CMYK100.900.07
HSL126.05º100%46.67%-
HSV(B)126.05º100%93.33%-
XYZ30.7461.2211.06-
YUV142.4461.1526.4-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 238 (93.36% from 255) = 90.84%
BLUE value IS 24 (9.77% from 255) = 9.16%
R=0%
G=90.84%
B=9.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal023824100.900.07126.0510046.67
Hex0EE186405A77e642f
Octal0356301440132717614457
Binary0111011101100011001000101101011111111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EE18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00EE18; }

 p { color: rgb(0,238,24); }

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

<style>
 a { background-color: #00EE18; }

 a { background-color: rgb(0,238,24); }

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

<style>
 span { border-color: #00EE18; }

 span { border-color: rgb(0,238,24); }

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