Html Css Color HEX #08DC19 Free Speech Green

📋 copy color: '#08DC19'

red 8 ◦ green 220 ◦ blue 25

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

Shades of Free Speech Green #08DC19

Tints of Free Speech Green #08DC19

RGB

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

 GREEN value IS 220 (86.33% from 255) = 86.96%

 BLUE value IS 25 (10.16% from 255) = 9.88%

R = 3.16%
G = 86.96%
B = 9.88%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#08DC19 (or 0x08DC19) is known color: Free Speech Green. HEX triplet: 08, DC and 19. RGB value is (8,220,25). Sum of RGB (Red+Green+Blue) = 8+220+25=253 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.16% from 253); Green value is 220 (86.33% from 255 or 86.96% from 253); Blue value is 25 (10.16% from 255 or 9.88% from 253); Max value from RGB is 220 - color contains mainly: green. Hex color #08DC19 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #08DC19 is #F723E6. Grayscale: #868686. Windows color (decimal): -16196583 or 1694728. OLE color: 1694728.

HSL color Cylindrical-coordinate representation of color #08DC19: hue angle of 124.81º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08DC19 is Cyan = 0.96, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.14.

Color convert

RGB 8 220 25 -
CMYK 0.96 0 0.89 0.14
HSL 124.81º 0.93% 0.45% -
HSV(B) 124.81º 0.96% 0.86% -
XYZ 25.87 51.31 9.46 -
YUV 134.38 66.26 37.86 -
System Red Green Blue C M Y K H S L
Decimal 8 220 25 0.96 0 0.89 0.14 124.81 0.93 0.45
Hex 8 DC 19 60 0 59 E 7D 5D 2D
Octal 10 334 31 140 0 131 16 175 135 55
Binary 1000 11011100 11001 1100000 0 1011001 1110 1111101 1011101 101101

Color Harmonies of #08DC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08DC19

Black with #08DC19

Text Example


Text Example

White with #08DC19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,220,25); }

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

background-color css

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

 a { background-color: rgb(8,220,25); }

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

border-color css

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

 span { border-color: rgb(8,220,25); }

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