Html Css Color HEX #09F912 Free Speech Green

📋 copy color: '#09F912'

red 9 ◦ green 249 ◦ blue 18

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

Shades of Free Speech Green #09F912

Tints of Free Speech Green #09F912

RGB

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

 GREEN value IS 249 (97.66% from 255) = 90.22%

 BLUE value IS 18 (7.42% from 255) = 6.52%

R = 3.26%
G = 90.22%
B = 6.52%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#09F912 (or 0x09F912) is known color: Free Speech Green. HEX triplet: 09, F9 and 12. RGB value is (9,249,18). Sum of RGB (Red+Green+Blue) = 9+249+18=276 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.26% from 276); Green value is 249 (97.66% from 255 or 90.22% from 276); Blue value is 18 (7.42% from 255 or 6.52% from 276); Max value from RGB is 249 - color contains mainly: green. Hex color #09F912 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #09F912 is #F606ED. Grayscale: #979797. Windows color (decimal): -16123630 or 1243401. OLE color: 1243401.

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

Color convert

RGB 9 249 18 -
CMYK 0.96 0 0.93 0.02
HSL 122.25º 0.95% 0.51% -
HSV(B) 122.25º 0.96% 0.98% -
XYZ 34.1 67.85 11.87 -
YUV 150.91 52.99 26.78 -
System Red Green Blue C M Y K H S L
Decimal 9 249 18 0.96 0 0.93 0.02 122.25 0.95 0.51
Hex 9 F9 12 60 0 5D 2 7A 5F 33
Octal 11 371 22 140 0 135 2 172 137 63
Binary 1001 11111001 10010 1100000 0 1011101 10 1111010 1011111 110011

Color Harmonies of #09F912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09F912

Black with #09F912

Text Example


Text Example

White with #09F912

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,249,18); }

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

background-color css

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

 a { background-color: rgb(9,249,18); }

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

border-color css

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

 span { border-color: rgb(9,249,18); }

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