Html Css Color HEX #8DFF0A Chartreuse

📋 copy color: '#8DFF0A'

red 141 ◦ green 255 ◦ blue 10

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

Shades of Chartreuse #8DFF0A

Tints of Chartreuse #8DFF0A

RGB

 RED value IS 141 (55.47% from 255) = 34.73%

 GREEN value IS 255 (100% from 255) = 62.81%

 BLUE value IS 10 (4.3% from 255) = 2.46%

R = 34.73%
G = 62.81%
B = 2.46%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#8DFF0A (or 0x8DFF0A) is known color: Chartreuse. HEX triplet: 8D, FF and 0A. RGB value is (141,255,10). Sum of RGB (Red+Green+Blue) = 141+255+10=406 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.73% from 406); Green value is 255 (100% from 255 or 62.81% from 406); Blue value is 10 (4.30% from 255 or 2.46% from 406); Max value from RGB is 255 - color contains mainly: green. Hex color #8DFF0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8DFF0A is #7200F5. Grayscale: #C1C1C1. Windows color (decimal): -7471350 or 720781. OLE color: 720781.

HSL color Cylindrical-coordinate representation of color #8DFF0A: hue angle of 87.92º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8DFF0A is Cyan = 0.45, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 141 255 10 -
CMYK 0.45 0 0.96 0
HSL 87.92º 1% 0.52% -
HSV(B) 87.92º 0.96% 1% -
XYZ 46.8 77.2 12.72 -
YUV 192.98 24.73 90.92 -
System Red Green Blue C M Y K H S L
Decimal 141 255 10 0.45 0 0.96 0 87.92 1 0.52
Hex 8D FF A 2D 0 60 0 58 64 34
Octal 215 377 12 55 0 140 0 130 144 64
Binary 10001101 11111111 1010 101101 0 1100000 0 1011000 1100100 110100

Color Harmonies of #8DFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DFF0A

Black with #8DFF0A

Text Example


Text Example

White with #8DFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8DFF0A; }

 p { color: rgb(141,255,10); }

 H1.HeaderClassName
 {
   color: #8DFF0A;
 }
 .AnyTagClassName
 {
   color: #8DFF0A;
 }
</style>

background-color css

<style>
 a { background-color: #8DFF0A; }

 a { background-color: rgb(141,255,10); }

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

border-color css

<style>
 span { border-color: #8DFF0A; }

 span { border-color: rgb(141,255,10); }

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