Html Css Color HEX #06FF10 Free Speech Green

📋 copy color: '#06FF10'

red 6 ◦ green 255 ◦ blue 16

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

Shades of Free Speech Green #06FF10

Tints of Free Speech Green #06FF10

RGB

 RED value IS 6 (2.73% from 255) = 2.17%

 GREEN value IS 255 (100% from 255) = 92.06%

 BLUE value IS 16 (6.64% from 255) = 5.78%

R = 2.17%
G = 92.06%
B = 5.78%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#06FF10 (or 0x06FF10) is known color: Free Speech Green. HEX triplet: 06, FF and 10. RGB value is (6,255,16). Sum of RGB (Red+Green+Blue) = 6+255+16=277 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 277); Green value is 255 (100% from 255 or 92.06% from 277); Blue value is 16 (6.64% from 255 or 5.78% from 277); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF10 is #F900EF. Grayscale: #9A9A9A. Windows color (decimal): -16318704 or 1113862. OLE color: 1113862.

HSL color Cylindrical-coordinate representation of color #06FF10: hue angle of 122.41º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF10 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 6 255 16 -
CMYK 0.98 0 0.94 0
HSL 122.41º 1% 0.51% -
HSV(B) 122.41º 0.98% 1% -
XYZ 35.93 71.6 12.42 -
YUV 153.3 50.51 22.93 -
System Red Green Blue C M Y K H S L
Decimal 6 255 16 0.98 0 0.94 0 122.41 1 0.51
Hex 6 FF 10 62 0 5E 0 7A 64 33
Octal 6 377 20 142 0 136 0 172 144 63
Binary 110 11111111 10000 1100010 0 1011110 0 1111010 1100100 110011

Color Harmonies of #06FF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FF10

Black with #06FF10

Text Example


Text Example

White with #06FF10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06FF10; }

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

 H1.HeaderClassName
 {
   color: #06FF10;
 }
 .AnyTagClassName
 {
   color: #06FF10;
 }
</style>

background-color css

<style>
 a { background-color: #06FF10; }

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

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

border-color css

<style>
 span { border-color: #06FF10; }

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

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