Html Css Color HEX #08F512 Free Speech Green

📋 copy color: '#08F512'

red 8 ◦ green 245 ◦ blue 18

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

Shades of Free Speech Green #08F512

Tints of Free Speech Green #08F512

RGB

 RED value IS 8 (3.52% from 255) = 2.95%

 GREEN value IS 245 (96.09% from 255) = 90.41%

 BLUE value IS 18 (7.42% from 255) = 6.64%

R = 2.95%
G = 90.41%
B = 6.64%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#08F512 (or 0x08F512) is known color: Free Speech Green. HEX triplet: 08, F5 and 12. RGB value is (8,245,18). Sum of RGB (Red+Green+Blue) = 8+245+18=271 (35% of max value = 765). Red value is 8 (3.52% from 255 or 2.95% from 271); Green value is 245 (96.09% from 255 or 90.41% from 271); Blue value is 18 (7.42% from 255 or 6.64% from 271); Max value from RGB is 245 - color contains mainly: green. Hex color #08F512 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #08F512 is #F70AED. Grayscale: #949494. Windows color (decimal): -16190190 or 1242376. OLE color: 1242376.

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

Color convert

RGB 8 245 18 -
CMYK 0.97 0 0.93 0.04
HSL 122.53º 0.94% 0.5% -
HSV(B) 122.53º 0.97% 0.96% -
XYZ 32.86 65.4 11.46 -
YUV 148.26 54.48 27.96 -
System Red Green Blue C M Y K H S L
Decimal 8 245 18 0.97 0 0.93 0.04 122.53 0.94 0.5
Hex 8 F5 12 61 0 5D 4 7B 5E 32
Octal 10 365 22 141 0 135 4 173 136 62
Binary 1000 11110101 10010 1100001 0 1011101 100 1111011 1011110 110010

Color Harmonies of #08F512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08F512

Black with #08F512

Text Example


Text Example

White with #08F512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08F512;
 }
 .AnyTagClassName
 {
   color: #08F512;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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