Html Css Color HEX #06FF0B Free Speech Green

📋 copy color: '#06FF0B'

red 6 ◦ green 255 ◦ blue 11

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

Shades of Free Speech Green #06FF0B

Tints of Free Speech Green #06FF0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.04%

R = 2.21%
G = 93.75%
B = 4.04%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#06FF0B (or 0x06FF0B) is known color: Free Speech Green. HEX triplet: 06, FF and 0B. RGB value is (6,255,11). Sum of RGB (Red+Green+Blue) = 6+255+11=272 (36% of max value = 765). Red value is 6 (2.73% from 255 or 2.21% from 272); Green value is 255 (100% from 255 or 93.75% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF0B is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF0B is #F900F4. Grayscale: #999999. Windows color (decimal): -16318709 or 786182. OLE color: 786182.

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

Color convert

RGB 6 255 11 -
CMYK 0.98 0 0.96 0
HSL 121.2º 1% 0.51% -
HSV(B) 121.2º 0.98% 1% -
XYZ 35.9 71.58 12.24 -
YUV 152.73 48.01 23.34 -
System Red Green Blue C M Y K H S L
Decimal 6 255 11 0.98 0 0.96 0 121.2 1 0.51
Hex 6 FF B 62 0 60 0 79 64 33
Octal 6 377 13 142 0 140 0 171 144 63
Binary 110 11111111 1011 1100010 0 1100000 0 1111001 1100100 110011

Color Harmonies of #06FF0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FF0B

Black with #06FF0B

Text Example


Text Example

White with #06FF0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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