#09E302

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

Shades of Free Speech Green #09E302

Tints of Free Speech Green #09E302

Color information

#09E302 (or 0x09E302) is unknown color: approx Free Speech Green. HEX triplet: 09, E3 and 02. RGB value is (9,227,2). Sum of RGB (Red+Green+Blue) = 9+227+2=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 227 (89.06% from 255 or 95.38% from 238); Blue value is 2 (1.17% from 255 or 0.84% from 238); Max value from RGB is 227 - color contains mainly: green. Hex color #09E302 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E302 is #F61CFD. Grayscale: #888888. Windows color (decimal): -16129278 or 189193. OLE color: 189193.

HSL color Cylindrical-coordinate representation of color #09E302: hue angle of 118.13º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #09E302 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.11.

Color convert

RGB92272-
CMYK0.9600.990.11
HSL118.13º98.25%44.9%-
HSV(B)118.13º99.12%89.02%-
XYZ27.59559.22-
YUV136.1752.2837.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 227 (89.06% from 255) = 95.38%
BLUE value IS 2 (1.17% from 255) = 0.84%
R=3.78%
G=95.38%
B=0.84%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal922720.9600.990.11118.1398.2544.9
Hex9E3260063B76622d
Octal11343214001431316614255
Binary10011110001110110000001100011101111101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09E302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,227,2); }

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

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

 a { background-color: rgb(9,227,2); }

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

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

 span { border-color: rgb(9,227,2); }

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