Html Css Color HEX #10DC06 Free Speech Green

📋 copy color: '#10DC06'

red 16 ◦ green 220 ◦ blue 6

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

Shades of Free Speech Green #10DC06

Tints of Free Speech Green #10DC06

RGB

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

 GREEN value IS 220 (86.33% from 255) = 90.91%

 BLUE value IS 6 (2.73% from 255) = 2.48%

R = 6.61%
G = 90.91%
B = 2.48%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#10DC06 (or 0x10DC06) is known color: Free Speech Green. HEX triplet: 10, DC and 06. RGB value is (16,220,6). Sum of RGB (Red+Green+Blue) = 16+220+6=242 (32% of max value = 765). Red value is 16 (6.64% from 255 or 6.61% from 242); Green value is 220 (86.33% from 255 or 90.91% from 242); Blue value is 6 (2.73% from 255 or 2.48% from 242); Max value from RGB is 220 - color contains mainly: green. Hex color #10DC06 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10DC06 is #EF23F9. Grayscale: #878787. Windows color (decimal): -15672314 or 449552. OLE color: 449552.

HSL color Cylindrical-coordinate representation of color #10DC06: hue angle of 117.2º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #10DC06 is Cyan = 0.93, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 220 6 -
CMYK 0.93 0 0.97 0.14
HSL 117.2º 0.95% 0.44% -
HSV(B) 117.2º 0.97% 0.86% -
XYZ 25.84 51.31 8.71 -
YUV 134.61 55.41 43.4 -
System Red Green Blue C M Y K H S L
Decimal 16 220 6 0.93 0 0.97 0.14 117.2 0.95 0.44
Hex 10 DC 6 5D 0 61 E 75 5F 2C
Octal 20 334 6 135 0 141 16 165 137 54
Binary 10000 11011100 110 1011101 0 1100001 1110 1110101 1011111 101100

Color Harmonies of #10DC06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10DC06

Black with #10DC06

Text Example


Text Example

White with #10DC06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,220,6); }

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

background-color css

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

 a { background-color: rgb(16,220,6); }

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

border-color css

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

 span { border-color: rgb(16,220,6); }

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