Html Css Color HEX #09E30D Free Speech Green

📋 copy color: '#09E30D'

red 9 ◦ green 227 ◦ blue 13

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

Shades of Free Speech Green #09E30D

Tints of Free Speech Green #09E30D

RGB

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

 GREEN value IS 227 (89.06% from 255) = 91.16%

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

R = 3.61%
G = 91.16%
B = 5.22%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.11

RGB Variations

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

Color information

#09E30D (or 0x09E30D) is known color: Free Speech Green. HEX triplet: 09, E3 and 0D. RGB value is (9,227,13). Sum of RGB (Red+Green+Blue) = 9+227+13=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 227 (89.06% from 255 or 91.16% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 227 - color contains mainly: green. Hex color #09E30D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E30D is #F61CF2. Grayscale: #8A8A8A. Windows color (decimal): -16129267 or 910089. OLE color: 910089.

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

Color convert

RGB 9 227 13 -
CMYK 0.96 0 0.94 0.11
HSL 121.1º 0.92% 0.46% -
HSV(B) 121.1º 0.96% 0.89% -
XYZ 27.65 55.03 9.54 -
YUV 137.42 57.78 36.4 -
System Red Green Blue C M Y K H S L
Decimal 9 227 13 0.96 0 0.94 0.11 121.1 0.92 0.46
Hex 9 E3 D 60 0 5E B 79 5C 2E
Octal 11 343 15 140 0 136 13 171 134 56
Binary 1001 11100011 1101 1100000 0 1011110 1011 1111001 1011100 101110

Color Harmonies of #09E30D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E30D

Black with #09E30D

Text Example


Text Example

White with #09E30D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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