Html Css Color HEX #8AFF07 Chartreuse

📋 copy color: '#8AFF07'

red 138 ◦ green 255 ◦ blue 7

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

Shades of Chartreuse #8AFF07

Tints of Chartreuse #8AFF07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.75%

R = 34.5%
G = 63.75%
B = 1.75%

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

#8AFF07 (or 0x8AFF07) is known color: Chartreuse. HEX triplet: 8A, FF and 07. RGB value is (138,255,7). Sum of RGB (Red+Green+Blue) = 138+255+7=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 255 (100% from 255 or 63.75% from 400); Blue value is 7 (3.12% from 255 or 1.75% from 400); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF07 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF07 is #7500F8. Grayscale: #C0C0C0. Windows color (decimal): -7667961 or 524170. OLE color: 524170.

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

Color convert

RGB 138 255 7 -
CMYK 0.46 0 0.97 0
HSL 88.31º 1% 0.51% -
HSV(B) 88.31º 0.97% 1% -
XYZ 46.28 76.94 12.61 -
YUV 191.75 23.74 89.67 -
System Red Green Blue C M Y K H S L
Decimal 138 255 7 0.46 0 0.97 0 88.31 1 0.51
Hex 8A FF 7 2E 0 61 0 58 64 33
Octal 212 377 7 56 0 141 0 130 144 63
Binary 10001010 11111111 111 101110 0 1100001 0 1011000 1100100 110011

Color Harmonies of #8AFF07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF07

Black with #8AFF07

Text Example


Text Example

White with #8AFF07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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