#1EEB0A

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

Shades of Free Speech Green #1EEB0A

Tints of Free Speech Green #1EEB0A

Color information

#1EEB0A (or 0x1EEB0A) is unknown color: approx Free Speech Green. HEX triplet: 1E, EB and 0A. RGB value is (30,235,10). Sum of RGB (Red+Green+Blue) = 30+235+10=275 (36% of max value = 765). Red value is 30 (12.11% from 255 or 10.91% from 275); Green value is 235 (92.19% from 255 or 85.45% from 275); Blue value is 10 (4.30% from 255 or 3.64% from 275); Max value from RGB is 235 - color contains mainly: green. Hex color #1EEB0A is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #1EEB0A is #E114F5. Grayscale: #949494. Windows color (decimal): -14750966 or 715550. OLE color: 715550.

HSL color Cylindrical-coordinate representation of color #1EEB0A: hue angle of 114.67º degrees, saturation: 0.92, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1EEB0A is Cyan = 0.87, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.08.

Color convert

RGB3023510-
CMYK0.8700.960.08
HSL114.67º91.84%48.04%-
HSV(B)114.67º95.74%92.16%-
XYZ30.359.7110.22-
YUV148.0550.0843.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 10.91%
GREEN value IS 235 (92.19% from 255) = 85.45%
BLUE value IS 10 (4.30% from 255) = 3.64%
R=10.91%
G=85.45%
B=3.64%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal30235100.8700.960.08114.6791.8448.04
Hex1EEBA570608735c30
Octal363531212701401016313460
Binary11110111010111010101011101100000100011100111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1EEB0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1EEB0A; }

 p { color: rgb(30,235,10); }

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

<style>
 a { background-color: #1EEB0A; }

 a { background-color: rgb(30,235,10); }

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

<style>
 span { border-color: #1EEB0A; }

 span { border-color: rgb(30,235,10); }

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