#08F506

Color #08F506 Free Speech Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Green #08F506

Tints of Free Speech Green #08F506

Color information

#08F506 (or 0x08F506) is unknown color: approx Free Speech Green. HEX triplet: 08, F5 and 06. RGB value is (8,245,6). Sum of RGB (Red+Green+Blue) = 8+245+6=259 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.09% from 259); Green value is 245 (96.09% from 255 or 94.59% from 259); Blue value is 6 (2.73% from 255 or 2.32% from 259); Max value from RGB is 245 - color contains mainly: green. Hex color #08F506 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F506 is #F70AF9. Grayscale: #939393. Windows color (decimal): -16190202 or 455944. OLE color: 455944.

HSL color Cylindrical-coordinate representation of color #08F506: hue angle of 119.5º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #08F506 is Cyan = 0.97, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.

Color convert

RGB82456-
CMYK0.9700.980.04
HSL119.5º95.22%49.22%-
HSV(B)119.5º97.55%96.08%-
XYZ32.7965.3711.06-
YUV146.8948.4828.93-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.09%
GREEN value IS 245 (96.09% from 255) = 94.59%
BLUE value IS 6 (2.73% from 255) = 2.32%
R=3.09%
G=94.59%
B=2.32%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal824560.9700.980.04119.595.2249.22
Hex8F56610624775f31
Octal1036561410142416713761
Binary10001111010111011000010110001010011101111011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08F506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08F506; }

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

 H1.HeaderClassName
 {
   color: #08F506;
 }
 .AnyTagClassName
 {
   color: #08F506;
 }
</style>
background-color css

<style>
 a { background-color: #08F506; }

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

 div.DivClassName
 {
   background-color: #08F506;
 }
 .BgClassName
 {
   background-color: #08F506;
 }
</style>
border-color css

<style>
 span { border-color: #08F506; }

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

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