Html Css Color HEX #09F505 Free Speech Green

📋 copy color: '#09F505'

red 9 ◦ green 245 ◦ blue 5

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

Shades of Free Speech Green #09F505

Tints of Free Speech Green #09F505

RGB

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

 GREEN value IS 245 (96.09% from 255) = 94.59%

 BLUE value IS 5 (2.34% from 255) = 1.93%

R = 3.47%
G = 94.59%
B = 1.93%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.04

RGB Variations

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

Color information

#09F505 (or 0x09F505) is known color: Free Speech Green. HEX triplet: 09, F5 and 05. RGB value is (9,245,5). Sum of RGB (Red+Green+Blue) = 9+245+5=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 245 (96.09% from 255 or 94.59% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 245 - color contains mainly: green. Hex color #09F505 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F505 is #F60AFA. Grayscale: #939393. Windows color (decimal): -16124667 or 390409. OLE color: 390409.

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

Color convert

RGB 9 245 5 -
CMYK 0.96 0 0.98 0.04
HSL 119º 0.96% 0.49% -
HSV(B) 119º 0.98% 0.96% -
XYZ 32.79 65.37 11.03 -
YUV 147.08 47.81 29.51 -
System Red Green Blue C M Y K H S L
Decimal 9 245 5 0.96 0 0.98 0.04 119 0.96 0.49
Hex 9 F5 5 60 0 62 4 77 60 31
Octal 11 365 5 140 0 142 4 167 140 61
Binary 1001 11110101 101 1100000 0 1100010 100 1110111 1100000 110001

Color Harmonies of #09F505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F505

Black with #09F505

Text Example


Text Example

White with #09F505

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,245,5); }

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

background-color css

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

 a { background-color: rgb(9,245,5); }

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

border-color css

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

 span { border-color: rgb(9,245,5); }

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