#08E61F

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

Shades of Free Speech Green #08E61F

Tints of Free Speech Green #08E61F

Color information

#08E61F (or 0x08E61F) is unknown color: approx Free Speech Green. HEX triplet: 08, E6 and 1F. RGB value is (8,230,31). Sum of RGB (Red+Green+Blue) = 8+230+31=269 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.97% from 269); Green value is 230 (90.23% from 255 or 85.50% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 230 - color contains mainly: green. Hex color #08E61F is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #08E61F is #F719E0. Grayscale: #8D8D8D. Windows color (decimal): -16194017 or 2090504. OLE color: 2090504.

HSL color Cylindrical-coordinate representation of color #08E61F: hue angle of 126.22º degrees, saturation: 0.93, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08E61F is Cyan = 0.97, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.10.

Color convert

RGB823031-
CMYK0.9700.870.10
HSL126.22º93.28%46.67%-
HSV(B)126.22º96.52%90.2%-
XYZ28.6456.7410.74-
YUV140.9465.9533.18-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 2.97%
GREEN value IS 230 (90.23% from 255) = 85.50%
BLUE value IS 31 (12.5% from 255) = 11.52%
R=2.97%
G=85.50%
B=11.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal8230310.9700.870.10126.2293.2846.67
Hex8E61F61057A7e5d2f
Octal103463714101271217613557
Binary10001110011011111110000101010111101011111101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08E61F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,230,31); }

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

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

 a { background-color: rgb(8,230,31); }

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

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

 span { border-color: rgb(8,230,31); }

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