Html Css Color HEX #09F325 Free Speech Green

📋 copy color: '#09F325'

red 9 ◦ green 243 ◦ blue 37

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

Shades of Free Speech Green #09F325

Tints of Free Speech Green #09F325

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.8%

R = 3.11%
G = 84.08%
B = 12.8%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.85

 K value IS 0.05

RGB Variations

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

Color information

#09F325 (or 0x09F325) is known color: Free Speech Green. HEX triplet: 09, F3 and 25. RGB value is (9,243,37). Sum of RGB (Red+Green+Blue) = 9+243+37=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 243 (95.31% from 255 or 84.08% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 243 - color contains mainly: green. Hex color #09F325 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09F325 is #F60CDA. Grayscale: #969696. Windows color (decimal): -16125147 or 2487049. OLE color: 2487049.

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

Color convert

RGB 9 243 37 -
CMYK 0.96 0 0.85 0.05
HSL 127.18º 0.93% 0.49% -
HSV(B) 127.18º 0.96% 0.95% -
XYZ 32.5 64.29 12.45 -
YUV 149.55 64.48 27.75 -
System Red Green Blue C M Y K H S L
Decimal 9 243 37 0.96 0 0.85 0.05 127.18 0.93 0.49
Hex 9 F3 25 60 0 55 5 7F 5D 31
Octal 11 363 45 140 0 125 5 177 135 61
Binary 1001 11110011 100101 1100000 0 1010101 101 1111111 1011101 110001

Color Harmonies of #09F325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F325

Black with #09F325

Text Example


Text Example

White with #09F325

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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