Html Css Color HEX #10FA09 Free Speech Green

📋 copy color: '#10FA09'

red 16 ◦ green 250 ◦ blue 9

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

Shades of Free Speech Green #10FA09

Tints of Free Speech Green #10FA09

RGB

 RED value IS 16 (6.64% from 255) = 5.82%

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

 BLUE value IS 9 (3.91% from 255) = 3.27%

R = 5.82%
G = 90.91%
B = 3.27%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#10FA09 (or 0x10FA09) is known color: Free Speech Green. HEX triplet: 10, FA and 09. RGB value is (16,250,9). Sum of RGB (Red+Green+Blue) = 16+250+9=275 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.82% from 275); Green value is 250 (98.05% from 255 or 90.91% from 275); Blue value is 9 (3.91% from 255 or 3.27% from 275); Max value from RGB is 250 - color contains mainly: green. Hex color #10FA09 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10FA09 is #EF05F6. Grayscale: #999999. Windows color (decimal): -15664631 or 653840. OLE color: 653840.

HSL color Cylindrical-coordinate representation of color #10FA09: hue angle of 118.26º 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 #10FA09 is Cyan = 0.94, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 9 -
CMYK 0.94 0 0.96 0.02
HSL 118.26º 0.96% 0.51% -
HSV(B) 118.26º 0.96% 0.98% -
XYZ 34.45 68.5 11.66 -
YUV 152.56 46.98 30.6 -
System Red Green Blue C M Y K H S L
Decimal 16 250 9 0.94 0 0.96 0.02 118.26 0.96 0.51
Hex 10 FA 9 5E 0 60 2 76 60 33
Octal 20 372 11 136 0 140 2 166 140 63
Binary 10000 11111010 1001 1011110 0 1100000 10 1110110 1100000 110011

Color Harmonies of #10FA09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FA09

Black with #10FA09

Text Example


Text Example

White with #10FA09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10FA09; }

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

 H1.HeaderClassName
 {
   color: #10FA09;
 }
 .AnyTagClassName
 {
   color: #10FA09;
 }
</style>

background-color css

<style>
 a { background-color: #10FA09; }

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

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

border-color css

<style>
 span { border-color: #10FA09; }

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

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