Html Css Color HEX #09F328 Free Speech Green

📋 copy color: '#09F328'

red 9 ◦ green 243 ◦ blue 40

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

Shades of Free Speech Green #09F328

Tints of Free Speech Green #09F328

RGB

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

 GREEN value IS 243 (95.31% from 255) = 83.22%

 BLUE value IS 40 (16.02% from 255) = 13.7%

R = 3.08%
G = 83.22%
B = 13.7%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.05

RGB Variations

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

Color information

#09F328 (or 0x09F328) is known color: Free Speech Green. HEX triplet: 09, F3 and 28. RGB value is (9,243,40). Sum of RGB (Red+Green+Blue) = 9+243+40=292 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.08% from 292); Green value is 243 (95.31% from 255 or 83.22% from 292); Blue value is 40 (16.02% from 255 or 13.70% from 292); Max value from RGB is 243 - color contains mainly: green. Hex color #09F328 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F328 is #F60CD7. Grayscale: #969696. Windows color (decimal): -16125144 or 2683657. OLE color: 2683657.

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

Color convert

RGB 9 243 40 -
CMYK 0.96 0 0.84 0.05
HSL 127.95º 0.93% 0.49% -
HSV(B) 127.95º 0.96% 0.95% -
XYZ 32.55 64.31 12.71 -
YUV 149.89 65.98 27.51 -
System Red Green Blue C M Y K H S L
Decimal 9 243 40 0.96 0 0.84 0.05 127.95 0.93 0.49
Hex 9 F3 28 60 0 54 5 80 5D 31
Octal 11 363 50 140 0 124 5 200 135 61
Binary 1001 11110011 101000 1100000 0 1010100 101 10000000 1011101 110001

Color Harmonies of #09F328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F328

Black with #09F328

Text Example


Text Example

White with #09F328

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,243,40); }

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

background-color css

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

 a { background-color: rgb(9,243,40); }

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

border-color css

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

 span { border-color: rgb(9,243,40); }

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