#00EE19

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

Shades of Free Speech Green #00EE19

Tints of Free Speech Green #00EE19

Color information

#00EE19 (or 0x00EE19) is unknown color: approx Free Speech Green. HEX triplet: 00, EE and 19. RGB value is (0,238,25). Sum of RGB (Red+Green+Blue) = 0+238+25=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 238 (93.36% from 255 or 90.49% from 263); Blue value is 25 (10.16% from 255 or 9.51% from 263); Max value from RGB is 238 - color contains mainly: green. Hex color #00EE19 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EE19 is #FF11E6. Grayscale: #8F8F8F. Windows color (decimal): -16716263 or 1699328. OLE color: 1699328.

HSL color Cylindrical-coordinate representation of color #00EE19: hue angle of 126.3º 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 #00EE19 is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.07.

Color convert

RGB023825-
CMYK100.890.07
HSL126.3º100%46.67%-
HSV(B)126.3º100%93.33%-
XYZ30.7561.2211.12-
YUV142.5661.6526.32-

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.49%
BLUE value IS 25 (10.16% from 255) = 9.51%
R=0%
G=90.49%
B=9.51%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal023825100.890.07126.310046.67
Hex0EE196405977e642f
Octal0356311440131717614457
Binary0111011101100111001000101100111111111101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00EE19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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