Html Css Color HEX #8AFF08 Chartreuse

📋 copy color: '#8AFF08'

red 138 ◦ green 255 ◦ blue 8

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

Shades of Chartreuse #8AFF08

Tints of Chartreuse #8AFF08

RGB

 RED value IS 138 (54.3% from 255) = 34.41%

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

 BLUE value IS 8 (3.52% from 255) = 2%

R = 34.41%
G = 63.59%
B = 2%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.97

 K value IS 0

RGB Variations

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

Color information

#8AFF08 (or 0x8AFF08) is known color: Chartreuse. HEX triplet: 8A, FF and 08. RGB value is (138,255,8). Sum of RGB (Red+Green+Blue) = 138+255+8=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 255 (100% from 255 or 63.59% from 401); Blue value is 8 (3.52% from 255 or 2.00% from 401); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF08 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF08 is #7500F7. Grayscale: #C0C0C0. Windows color (decimal): -7667960 or 589706. OLE color: 589706.

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

Color convert

RGB 138 255 8 -
CMYK 0.46 0 0.97 0
HSL 88.42º 1% 0.52% -
HSV(B) 88.42º 0.97% 1% -
XYZ 46.29 76.94 12.64 -
YUV 191.86 24.24 89.58 -
System Red Green Blue C M Y K H S L
Decimal 138 255 8 0.46 0 0.97 0 88.42 1 0.52
Hex 8A FF 8 2E 0 61 0 58 64 34
Octal 212 377 10 56 0 141 0 130 144 64
Binary 10001010 11111111 1000 101110 0 1100001 0 1011000 1100100 110100

Color Harmonies of #8AFF08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF08

Black with #8AFF08

Text Example


Text Example

White with #8AFF08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,255,8); }

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

background-color css

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

 a { background-color: rgb(138,255,8); }

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

border-color css

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

 span { border-color: rgb(138,255,8); }

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