#09EB1D

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

Shades of Free Speech Green #09EB1D

Tints of Free Speech Green #09EB1D

Color information

#09EB1D (or 0x09EB1D) is unknown color: approx Free Speech Green. HEX triplet: 09, EB and 1D. RGB value is (9,235,29). Sum of RGB (Red+Green+Blue) = 9+235+29=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 235 (92.19% from 255 or 86.08% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 235 - color contains mainly: green. Hex color #09EB1D is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09EB1D is #F614E2. Grayscale: #909090. Windows color (decimal): -16127203 or 1960713. OLE color: 1960713.

HSL color Cylindrical-coordinate representation of color #09EB1D: hue angle of 125.31º degrees, saturation: 0.93, 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 #09EB1D is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.08.

Color convert

RGB923529-
CMYK0.9600.880.08
HSL125.31º92.62%47.84%-
HSV(B)125.31º96.17%92.16%-
XYZ30.0459.5611.08-
YUV143.9463.1331.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 235 (92.19% from 255) = 86.08%
BLUE value IS 29 (11.72% from 255) = 10.62%
R=3.30%
G=86.08%
B=10.62%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9235290.9600.880.08125.3192.6247.84
Hex9EB1D6005887d5d30
Octal113533514001301017513560
Binary10011110101111101110000001011000100011111011011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EB1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09EB1D; }

 p { color: rgb(9,235,29); }

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

<style>
 a { background-color: #09EB1D; }

 a { background-color: rgb(9,235,29); }

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

<style>
 span { border-color: #09EB1D; }

 span { border-color: rgb(9,235,29); }

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