Html Css Color HEX #8AFF09 Chartreuse

📋 copy color: '#8AFF09'

red 138 ◦ green 255 ◦ blue 9

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

Shades of Chartreuse #8AFF09

Tints of Chartreuse #8AFF09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.24%

R = 34.33%
G = 63.43%
B = 2.24%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#8AFF09 (or 0x8AFF09) is known color: Chartreuse. HEX triplet: 8A, FF and 09. RGB value is (138,255,9). Sum of RGB (Red+Green+Blue) = 138+255+9=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 255 (100% from 255 or 63.43% from 402); Blue value is 9 (3.91% from 255 or 2.24% from 402); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF09 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF09 is #7500F6. Grayscale: #C0C0C0. Windows color (decimal): -7667959 or 655242. OLE color: 655242.

HSL color Cylindrical-coordinate representation of color #8AFF09: hue angle of 88.54º 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 #8AFF09 is Cyan = 0.46, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.

Color convert

RGB 138 255 9 -
CMYK 0.46 0 0.96 0
HSL 88.54º 1% 0.52% -
HSV(B) 88.54º 0.96% 1% -
XYZ 46.29 76.94 12.67 -
YUV 191.97 24.74 89.5 -
System Red Green Blue C M Y K H S L
Decimal 138 255 9 0.46 0 0.96 0 88.54 1 0.52
Hex 8A FF 9 2E 0 60 0 59 64 34
Octal 212 377 11 56 0 140 0 131 144 64
Binary 10001010 11111111 1001 101110 0 1100000 0 1011001 1100100 110100

Color Harmonies of #8AFF09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF09

Black with #8AFF09

Text Example


Text Example

White with #8AFF09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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