Html Css Color HEX #8AFF05 Chartreuse

📋 copy color: '#8AFF05'

red 138 ◦ green 255 ◦ blue 5

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

Shades of Chartreuse #8AFF05

Tints of Chartreuse #8AFF05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.26%

R = 34.67%
G = 64.07%
B = 1.26%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0

RGB Variations

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

Color information

#8AFF05 (or 0x8AFF05) is known color: Chartreuse. HEX triplet: 8A, FF and 05. RGB value is (138,255,5). Sum of RGB (Red+Green+Blue) = 138+255+5=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 255 (100% from 255 or 64.07% from 398); Blue value is 5 (2.34% from 255 or 1.26% from 398); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF05 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF05 is #7500FA. Grayscale: #C0C0C0. Windows color (decimal): -7667963 or 393098. OLE color: 393098.

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

Color convert

RGB 138 255 5 -
CMYK 0.46 0 0.98 0
HSL 88.08º 1% 0.51% -
HSV(B) 88.08º 0.98% 1% -
XYZ 46.27 76.93 12.55 -
YUV 191.52 22.74 89.83 -
System Red Green Blue C M Y K H S L
Decimal 138 255 5 0.46 0 0.98 0 88.08 1 0.51
Hex 8A FF 5 2E 0 62 0 58 64 33
Octal 212 377 5 56 0 142 0 130 144 63
Binary 10001010 11111111 101 101110 0 1100010 0 1011000 1100100 110011

Color Harmonies of #8AFF05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF05

Black with #8AFF05

Text Example


Text Example

White with #8AFF05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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