Html Css Color HEX #10ED06 Free Speech Green

📋 copy color: '#10ED06'

red 16 ◦ green 237 ◦ blue 6

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

Shades of Free Speech Green #10ED06

Tints of Free Speech Green #10ED06

RGB

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

 GREEN value IS 237 (92.97% from 255) = 91.51%

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

R = 6.18%
G = 91.51%
B = 2.32%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.97

 K value IS 0.07

RGB Variations

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

Color information

#10ED06 (or 0x10ED06) is known color: Free Speech Green. HEX triplet: 10, ED and 06. RGB value is (16,237,6). Sum of RGB (Red+Green+Blue) = 16+237+6=259 (34% of max value = 765). Red value is 16 (6.64% from 255 or 6.18% from 259); Green value is 237 (92.97% from 255 or 91.51% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 237 - color contains mainly: green. Hex color #10ED06 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #10ED06 is #EF12F9. Grayscale: #919191. Windows color (decimal): -15667962 or 453904. OLE color: 453904.

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

Color convert

RGB 16 237 6 -
CMYK 0.93 0 0.97 0.07
HSL 117.4º 0.95% 0.48% -
HSV(B) 117.4º 0.97% 0.93% -
XYZ 30.53 60.69 10.28 -
YUV 144.59 49.78 36.28 -
System Red Green Blue C M Y K H S L
Decimal 16 237 6 0.93 0 0.97 0.07 117.4 0.95 0.48
Hex 10 ED 6 5D 0 61 7 75 5F 30
Octal 20 355 6 135 0 141 7 165 137 60
Binary 10000 11101101 110 1011101 0 1100001 111 1110101 1011111 110000

Color Harmonies of #10ED06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10ED06

Black with #10ED06

Text Example


Text Example

White with #10ED06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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