Html Css Color HEX #10F729 Free Speech Green

📋 copy color: '#10F729'

red 16 ◦ green 247 ◦ blue 41

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

Shades of Free Speech Green #10F729

Tints of Free Speech Green #10F729

RGB

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

 GREEN value IS 247 (96.88% from 255) = 81.25%

 BLUE value IS 41 (16.41% from 255) = 13.49%

R = 5.26%
G = 81.25%
B = 13.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.83

 K value IS 0.03

RGB Variations

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

Color information

#10F729 (or 0x10F729) is known color: Free Speech Green. HEX triplet: 10, F7 and 29. RGB value is (16,247,41). Sum of RGB (Red+Green+Blue) = 16+247+41=304 (40% of max value = 765). Red value is 16 (6.64% from 255 or 5.26% from 304); Green value is 247 (96.88% from 255 or 81.25% from 304); Blue value is 41 (16.41% from 255 or 13.49% from 304); Max value from RGB is 247 - color contains mainly: green. Hex color #10F729 is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #10F729 is #EF08D6. Grayscale: #9B9B9B. Windows color (decimal): -15665367 or 2750224. OLE color: 2750224.

HSL color Cylindrical-coordinate representation of color #10F729: hue angle of 126.49º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F729 is Cyan = 0.94, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 247 41 -
CMYK 0.94 0 0.83 0.03
HSL 126.49º 0.94% 0.52% -
HSV(B) 126.49º 0.94% 0.97% -
XYZ 33.87 66.79 13.2 -
YUV 154.45 63.97 29.25 -
System Red Green Blue C M Y K H S L
Decimal 16 247 41 0.94 0 0.83 0.03 126.49 0.94 0.52
Hex 10 F7 29 5E 0 53 3 7E 5E 34
Octal 20 367 51 136 0 123 3 176 136 64
Binary 10000 11110111 101001 1011110 0 1010011 11 1111110 1011110 110100

Color Harmonies of #10F729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F729

Black with #10F729

Text Example


Text Example

White with #10F729

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,247,41); }

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

background-color css

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

 a { background-color: rgb(16,247,41); }

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

border-color css

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

 span { border-color: rgb(16,247,41); }

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