Html Css Color HEX #09FA1E Free Speech Green

📋 copy color: '#09FA1E'

red 9 ◦ green 250 ◦ blue 30

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

Shades of Free Speech Green #09FA1E

Tints of Free Speech Green #09FA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 86.51%

 BLUE value IS 30 (12.11% from 255) = 10.38%

R = 3.11%
G = 86.51%
B = 10.38%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#09FA1E (or 0x09FA1E) is known color: Free Speech Green. HEX triplet: 09, FA and 1E. RGB value is (9,250,30). Sum of RGB (Red+Green+Blue) = 9+250+30=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 250 (98.05% from 255 or 86.51% from 289); Blue value is 30 (12.11% from 255 or 10.38% from 289); Max value from RGB is 250 - color contains mainly: green. Hex color #09FA1E is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #09FA1E is #F605E1. Grayscale: #999999. Windows color (decimal): -16123362 or 2030089. OLE color: 2030089.

HSL color Cylindrical-coordinate representation of color #09FA1E: hue angle of 125.23º degrees, saturation: 0.96, 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 #09FA1E is Cyan = 0.96, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.02.

Color convert

RGB 9 250 30 -
CMYK 0.96 0 0.88 0.02
HSL 125.23º 0.96% 0.51% -
HSV(B) 125.23º 0.96% 0.98% -
XYZ 34.53 68.52 12.63 -
YUV 152.86 58.66 25.39 -
System Red Green Blue C M Y K H S L
Decimal 9 250 30 0.96 0 0.88 0.02 125.23 0.96 0.51
Hex 9 FA 1E 60 0 58 2 7D 60 33
Octal 11 372 36 140 0 130 2 175 140 63
Binary 1001 11111010 11110 1100000 0 1011000 10 1111101 1100000 110011

Color Harmonies of #09FA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09FA1E

Black with #09FA1E

Text Example


Text Example

White with #09FA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,250,30); }

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

background-color css

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

 a { background-color: rgb(9,250,30); }

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

border-color css

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

 span { border-color: rgb(9,250,30); }

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