Html Css Color HEX #06FE10 Free Speech Green

📋 copy color: '#06FE10'

red 6 ◦ green 254 ◦ blue 16

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

Shades of Free Speech Green #06FE10

Tints of Free Speech Green #06FE10

RGB

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

 GREEN value IS 254 (99.61% from 255) = 92.03%

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

R = 2.17%
G = 92.03%
B = 5.8%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#06FE10 (or 0x06FE10) is known color: Free Speech Green. HEX triplet: 06, FE and 10. RGB value is (6,254,16). Sum of RGB (Red+Green+Blue) = 6+254+16=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 254 (99.61% from 255 or 92.03% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 254 - color contains mainly: green. Hex color #06FE10 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FE10 is #F901EF. Grayscale: #999999. Windows color (decimal): -16318960 or 1113606. OLE color: 1113606.

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

Color convert

RGB 6 254 16 -
CMYK 0.98 0 0.94 0.00
HSL 122.42º 0.99% 0.51% -
HSV(B) 122.42º 0.98% 1% -
XYZ 35.61 70.96 12.31 -
YUV 152.72 50.84 23.35 -
System Red Green Blue C M Y K H S L
Decimal 6 254 16 0.98 0 0.94 0.00 122.42 0.99 0.51
Hex 6 FE 10 62 0 5E 0 7A 63 33
Octal 6 376 20 142 0 136 0 172 143 63
Binary 110 11111110 10000 1100010 0 1011110 0 1111010 1100011 110011

Color Harmonies of #06FE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FE10

Black with #06FE10

Text Example


Text Example

White with #06FE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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