Html Css Color HEX #06F008 Free Speech Green

📋 copy color: '#06F008'

red 6 ◦ green 240 ◦ blue 8

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

Shades of Free Speech Green #06F008

Tints of Free Speech Green #06F008

RGB

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

 GREEN value IS 240 (94.14% from 255) = 94.49%

 BLUE value IS 8 (3.52% from 255) = 3.15%

R = 2.36%
G = 94.49%
B = 3.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.97

 K value IS 0.06

RGB Variations

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

Color information

#06F008 (or 0x06F008) is known color: Free Speech Green. HEX triplet: 06, F0 and 08. RGB value is (6,240,8). Sum of RGB (Red+Green+Blue) = 6+240+8=254 (33% of max value = 765). Red value is 6 (2.73% from 255 or 2.36% from 254); Green value is 240 (94.14% from 255 or 94.49% from 254); Blue value is 8 (3.52% from 255 or 3.15% from 254); Max value from RGB is 240 - color contains mainly: green. Hex color #06F008 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06F008 is #F90FF7. Grayscale: #909090. Windows color (decimal): -16322552 or 585734. OLE color: 585734.

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

Color convert

RGB 6 240 8 -
CMYK 0.98 0 0.97 0.06
HSL 120.51º 0.95% 0.48% -
HSV(B) 120.51º 0.98% 0.94% -
XYZ 31.28 62.38 10.62 -
YUV 143.59 51.48 29.86 -
System Red Green Blue C M Y K H S L
Decimal 6 240 8 0.98 0 0.97 0.06 120.51 0.95 0.48
Hex 6 F0 8 62 0 61 6 79 5F 30
Octal 6 360 10 142 0 141 6 171 137 60
Binary 110 11110000 1000 1100010 0 1100001 110 1111001 1011111 110000

Color Harmonies of #06F008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06F008

Black with #06F008

Text Example


Text Example

White with #06F008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,240,8); }

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

background-color css

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

 a { background-color: rgb(6,240,8); }

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

border-color css

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

 span { border-color: rgb(6,240,8); }

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