Html Css Color HEX #09E10D Free Speech Green

📋 copy color: '#09E10D'

red 9 ◦ green 225 ◦ blue 13

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

Shades of Free Speech Green #09E10D

Tints of Free Speech Green #09E10D

RGB

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

 GREEN value IS 225 (88.28% from 255) = 91.09%

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

R = 3.64%
G = 91.09%
B = 5.26%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.94

 K value IS 0.12

RGB Variations

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

Color information

#09E10D (or 0x09E10D) is known color: Free Speech Green. HEX triplet: 09, E1 and 0D. RGB value is (9,225,13). Sum of RGB (Red+Green+Blue) = 9+225+13=247 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.64% from 247); Green value is 225 (88.28% from 255 or 91.09% from 247); Blue value is 13 (5.47% from 255 or 5.26% from 247); Max value from RGB is 225 - color contains mainly: green. Hex color #09E10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E10D is #F61EF2. Grayscale: #888888. Windows color (decimal): -16129779 or 909577. OLE color: 909577.

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

Color convert

RGB 9 225 13 -
CMYK 0.96 0 0.94 0.12
HSL 121.11º 0.92% 0.46% -
HSV(B) 121.11º 0.96% 0.88% -
XYZ 27.11 53.94 9.36 -
YUV 136.25 58.44 37.24 -
System Red Green Blue C M Y K H S L
Decimal 9 225 13 0.96 0 0.94 0.12 121.11 0.92 0.46
Hex 9 E1 D 60 0 5E C 79 5C 2E
Octal 11 341 15 140 0 136 14 171 134 56
Binary 1001 11100001 1101 1100000 0 1011110 1100 1111001 1011100 101110

Color Harmonies of #09E10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E10D

Black with #09E10D

Text Example


Text Example

White with #09E10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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