#09EA13

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

Shades of Free Speech Green #09EA13

Tints of Free Speech Green #09EA13

Color information

#09EA13 (or 0x09EA13) is unknown color: approx Free Speech Green. HEX triplet: 09, EA and 13. RGB value is (9,234,19). Sum of RGB (Red+Green+Blue) = 9+234+19=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 234 (91.80% from 255 or 89.31% from 262); Blue value is 19 (7.81% from 255 or 7.25% from 262); Max value from RGB is 234 - color contains mainly: green. Hex color #09EA13 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EA13 is #F615EC. Grayscale: #8E8E8E. Windows color (decimal): -16127469 or 1305097. OLE color: 1305097.

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

Color convert

RGB923419-
CMYK0.9600.920.08
HSL122.67º92.59%47.65%-
HSV(B)122.67º96.15%91.76%-
XYZ29.6558.9510.43-
YUV142.2258.4632.98-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 234 (91.80% from 255) = 89.31%
BLUE value IS 19 (7.81% from 255) = 7.25%
R=3.44%
G=89.31%
B=7.25%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal9234190.9600.920.08122.6792.5947.65
Hex9EA136005C87b5d30
Octal113522314001341017313560
Binary10011110101010011110000001011100100011110111011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09EA13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,234,19); }

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

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

 a { background-color: rgb(9,234,19); }

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

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

 span { border-color: rgb(9,234,19); }

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