Html Css Color HEX #09ED2F Free Speech Green

📋 copy color: '#09ED2F'

red 9 ◦ green 237 ◦ blue 47

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

Shades of Free Speech Green #09ED2F

Tints of Free Speech Green #09ED2F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 80.89%

 BLUE value IS 47 (18.75% from 255) = 16.04%

R = 3.07%
G = 80.89%
B = 16.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.80

 K value IS 0.07

RGB Variations

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

Color information

#09ED2F (or 0x09ED2F) is known color: Free Speech Green. HEX triplet: 09, ED and 2F. RGB value is (9,237,47). Sum of RGB (Red+Green+Blue) = 9+237+47=293 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.07% from 293); Green value is 237 (92.97% from 255 or 80.89% from 293); Blue value is 47 (18.75% from 255 or 16.04% from 293); Max value from RGB is 237 - color contains mainly: green. Hex color #09ED2F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09ED2F is #F612D0. Grayscale: #939393. Windows color (decimal): -16126673 or 3140873. OLE color: 3140873.

HSL color Cylindrical-coordinate representation of color #09ED2F: hue angle of 130º degrees, saturation: 0.93, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09ED2F is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.07.

Color convert

RGB 9 237 47 -
CMYK 0.96 0 0.80 0.07
HSL 130º 0.93% 0.48% -
HSV(B) 130º 0.96% 0.93% -
XYZ 30.91 60.83 12.8 -
YUV 147.17 71.46 29.45 -
System Red Green Blue C M Y K H S L
Decimal 9 237 47 0.96 0 0.80 0.07 130 0.93 0.48
Hex 9 ED 2F 60 0 50 7 82 5D 30
Octal 11 355 57 140 0 120 7 202 135 60
Binary 1001 11101101 101111 1100000 0 1010000 111 10000010 1011101 110000

Color Harmonies of #09ED2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ED2F

Black with #09ED2F

Text Example


Text Example

White with #09ED2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,237,47); }

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

background-color css

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

 a { background-color: rgb(9,237,47); }

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

border-color css

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

 span { border-color: rgb(9,237,47); }

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