Html Css Color HEX #09EA0D Free Speech Green

📋 copy color: '#09EA0D'

red 9 ◦ green 234 ◦ blue 13

#09EA0D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #09EA0D

Tints of Free Speech Green #09EA0D

RGB

 RED value IS 9 (3.91% from 255) = 3.52%

 GREEN value IS 234 (91.8% from 255) = 91.41%

 BLUE value IS 13 (5.47% from 255) = 5.08%

R = 3.52%
G = 91.41%
B = 5.08%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.08

RGB Variations

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

Color information

#09EA0D (or 0x09EA0D) is known color: Free Speech Green. HEX triplet: 09, EA and 0D. RGB value is (9,234,13). Sum of RGB (Red+Green+Blue) = 9+234+13=256 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.52% from 256); Green value is 234 (91.80% from 255 or 91.41% from 256); Blue value is 13 (5.47% from 255 or 5.08% from 256); Max value from RGB is 234 - color contains mainly: green. Hex color #09EA0D is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09EA0D is #F615F2. Grayscale: #8E8E8E. Windows color (decimal): -16127475 or 911881. OLE color: 911881.

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

Color convert

RGB 9 234 13 -
CMYK 0.96 0 0.94 0.08
HSL 121.07º 0.93% 0.48% -
HSV(B) 121.07º 0.96% 0.92% -
XYZ 29.61 58.93 10.2 -
YUV 141.53 55.46 33.47 -
System Red Green Blue C M Y K H S L
Decimal 9 234 13 0.96 0 0.94 0.08 121.07 0.93 0.48
Hex 9 EA D 60 0 5E 8 79 5D 30
Octal 11 352 15 140 0 136 10 171 135 60
Binary 1001 11101010 1101 1100000 0 1011110 1000 1111001 1011101 110000

Color Harmonies of #09EA0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09EA0D

Black with #09EA0D

Text Example


Text Example

White with #09EA0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #09EA0D;
 }
 .AnyTagClassName
 {
   color: #09EA0D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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