Html Css Color HEX #10DF00 Free Speech Green

📋 copy color: '#10DF00'

red 16 ◦ green 223 ◦ blue 0

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

Shades of Free Speech Green #10DF00

Tints of Free Speech Green #10DF00

RGB

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

 GREEN value IS 223 (87.5% from 255) = 93.31%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 6.69%
G = 93.31%
B = 0%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 1

 K value IS 0.13

RGB Variations

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

Color information

#10DF00 (or 0x10DF00) is known color: Free Speech Green. HEX triplet: 10, DF and 00. RGB value is (16,223,0). Sum of RGB (Red+Green+Blue) = 16+223+0=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 223 (87.5% from 255 or 93.31% from 239); Blue value is 0 (0.39% from 255 or 0% from 239); Max value from RGB is 223 - color contains mainly: green. Hex color #10DF00 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DF00 is #EF20FF. Grayscale: #888888. Windows color (decimal): -15671552 or 57104. OLE color: 57104.

HSL color Cylindrical-coordinate representation of color #10DF00: hue angle of 115.7º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #10DF00 is Cyan = 0.93, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.13.

Color convert

RGB 16 223 0 -
CMYK 0.93 0 1 0.13
HSL 115.7º 1% 0.44% -
HSV(B) 115.7º 1% 0.87% -
XYZ 26.6 52.89 8.81 -
YUV 135.69 51.42 42.63 -
System Red Green Blue C M Y K H S L
Decimal 16 223 0 0.93 0 1 0.13 115.7 1 0.44
Hex 10 DF 0 5D 0 64 D 74 64 2C
Octal 20 337 0 135 0 144 15 164 144 54
Binary 10000 11011111 0 1011101 0 1100100 1101 1110100 1100100 101100

Color Harmonies of #10DF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DF00

Black with #10DF00

Text Example


Text Example

White with #10DF00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,223,0); }

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

background-color css

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

 a { background-color: rgb(16,223,0); }

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

border-color css

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

 span { border-color: rgb(16,223,0); }

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