Html Css Color HEX #09F114 Free Speech Green

📋 copy color: '#09F114'

red 9 ◦ green 241 ◦ blue 20

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

Shades of Free Speech Green #09F114

Tints of Free Speech Green #09F114

RGB

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

 GREEN value IS 241 (94.53% from 255) = 89.26%

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

R = 3.33%
G = 89.26%
B = 7.41%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#09F114 (or 0x09F114) is known color: Free Speech Green. HEX triplet: 09, F1 and 14. RGB value is (9,241,20). Sum of RGB (Red+Green+Blue) = 9+241+20=270 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.33% from 270); Green value is 241 (94.53% from 255 or 89.26% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 241 - color contains mainly: green. Hex color #09F114 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F114 is #F60EEB. Grayscale: #939393. Windows color (decimal): -16125676 or 1372425. OLE color: 1372425.

HSL color Cylindrical-coordinate representation of color #09F114: hue angle of 122.84º degrees, saturation: 0.93, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #09F114 is Cyan = 0.96, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 9 241 20 -
CMYK 0.96 0 0.92 0.05
HSL 122.84º 0.93% 0.49% -
HSV(B) 122.84º 0.96% 0.95% -
XYZ 31.69 63.02 11.16 -
YUV 146.44 56.64 29.97 -
System Red Green Blue C M Y K H S L
Decimal 9 241 20 0.96 0 0.92 0.05 122.84 0.93 0.49
Hex 9 F1 14 60 0 5C 5 7B 5D 31
Octal 11 361 24 140 0 134 5 173 135 61
Binary 1001 11110001 10100 1100000 0 1011100 101 1111011 1011101 110001

Color Harmonies of #09F114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F114

Black with #09F114

Text Example


Text Example

White with #09F114

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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