Html Css Color HEX #09E114 Free Speech Green

📋 copy color: '#09E114'

red 9 ◦ green 225 ◦ blue 20

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

Shades of Free Speech Green #09E114

Tints of Free Speech Green #09E114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.87%

R = 3.54%
G = 88.58%
B = 7.87%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.91

 K value IS 0.12

RGB Variations

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

Color information

#09E114 (or 0x09E114) is known color: Free Speech Green. HEX triplet: 09, E1 and 14. RGB value is (9,225,20). Sum of RGB (Red+Green+Blue) = 9+225+20=254 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.54% from 254); Green value is 225 (88.28% from 255 or 88.58% from 254); Blue value is 20 (8.20% from 255 or 7.87% from 254); Max value from RGB is 225 - color contains mainly: green. Hex color #09E114 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #09E114 is #F61EEB. Grayscale: #898989. Windows color (decimal): -16129772 or 1368329. OLE color: 1368329.

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

Color convert

RGB 9 225 20 -
CMYK 0.96 0 0.91 0.12
HSL 123.06º 0.92% 0.46% -
HSV(B) 123.06º 0.96% 0.88% -
XYZ 27.16 53.96 9.65 -
YUV 137.05 61.94 36.67 -
System Red Green Blue C M Y K H S L
Decimal 9 225 20 0.96 0 0.91 0.12 123.06 0.92 0.46
Hex 9 E1 14 60 0 5B C 7B 5C 2E
Octal 11 341 24 140 0 133 14 173 134 56
Binary 1001 11100001 10100 1100000 0 1011011 1100 1111011 1011100 101110

Color Harmonies of #09E114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09E114

Black with #09E114

Text Example


Text Example

White with #09E114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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