Html Css Color HEX #06FF0F Free Speech Green

📋 copy color: '#06FF0F'

red 6 ◦ green 255 ◦ blue 15

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

Shades of Free Speech Green #06FF0F

Tints of Free Speech Green #06FF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.43%

R = 2.17%
G = 92.39%
B = 5.43%

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

#06FF0F (or 0x06FF0F) is known color: Free Speech Green. HEX triplet: 06, FF and 0F. RGB value is (6,255,15). Sum of RGB (Red+Green+Blue) = 6+255+15=276 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.17% from 276); Green value is 255 (100% from 255 or 92.39% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF0F is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF0F is #F900F0. Grayscale: #999999. Windows color (decimal): -16318705 or 1048326. OLE color: 1048326.

HSL color Cylindrical-coordinate representation of color #06FF0F: hue angle of 122.17º 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 #06FF0F is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 6 255 15 -
CMYK 0.98 0 0.94 0
HSL 122.17º 1% 0.51% -
HSV(B) 122.17º 0.98% 1% -
XYZ 35.92 71.59 12.38 -
YUV 153.19 50.01 23.01 -
System Red Green Blue C M Y K H S L
Decimal 6 255 15 0.98 0 0.94 0 122.17 1 0.51
Hex 6 FF F 62 0 5E 0 7A 64 33
Octal 6 377 17 142 0 136 0 172 144 63
Binary 110 11111111 1111 1100010 0 1011110 0 1111010 1100100 110011

Color Harmonies of #06FF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FF0F

Black with #06FF0F

Text Example


Text Example

White with #06FF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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