Html Css Color HEX #8AF807 Chartreuse

📋 copy color: '#8AF807'

red 138 ◦ green 248 ◦ blue 7

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

Shades of Chartreuse #8AF807

Tints of Chartreuse #8AF807

RGB

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

 GREEN value IS 248 (97.27% from 255) = 63.1%

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

R = 35.11%
G = 63.1%
B = 1.78%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.97

 K value IS 0.03

RGB Variations

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

Color information

#8AF807 (or 0x8AF807) is known color: Chartreuse. HEX triplet: 8A, F8 and 07. RGB value is (138,248,7). Sum of RGB (Red+Green+Blue) = 138+248+7=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 248 (97.27% from 255 or 63.10% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 248 - color contains mainly: green. Hex color #8AF807 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF807 is #7507F8. Grayscale: #BCBCBC. Windows color (decimal): -7669753 or 522378. OLE color: 522378.

HSL color Cylindrical-coordinate representation of color #8AF807: hue angle of 87.39º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8AF807 is Cyan = 0.44, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.03.

Color convert

RGB 138 248 7 -
CMYK 0.44 0 0.97 0.03
HSL 87.39º 0.95% 0.5% -
HSV(B) 87.39º 0.97% 0.97% -
XYZ 44.09 72.55 11.88 -
YUV 187.64 26.06 92.6 -
System Red Green Blue C M Y K H S L
Decimal 138 248 7 0.44 0 0.97 0.03 87.39 0.95 0.5
Hex 8A F8 7 2C 0 61 3 57 5F 32
Octal 212 370 7 54 0 141 3 127 137 62
Binary 10001010 11111000 111 101100 0 1100001 11 1010111 1011111 110010

Color Harmonies of #8AF807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF807

Black with #8AF807

Text Example


Text Example

White with #8AF807

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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