Html Css Color HEX #8AF000 Chartreuse

📋 copy color: '#8AF000'

red 138 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse #8AF000

Tints of Chartreuse #8AF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 63.49%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 36.51%
G = 63.49%
B = 0%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#8AF000 (or 0x8AF000) is known color: Chartreuse. HEX triplet: 8A, F0 and 00. RGB value is (138,240,0). Sum of RGB (Red+Green+Blue) = 138+240+0=378 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.51% from 378); Green value is 240 (94.14% from 255 or 63.49% from 378); Blue value is 0 (0.39% from 255 or 0% from 378); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF000 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF000 is #750FFF. Grayscale: #B7B7B7. Windows color (decimal): -7671808 or 61578. OLE color: 61578.

HSL color Cylindrical-coordinate representation of color #8AF000: hue angle of 85.5º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AF000 is Cyan = 0.42, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 0 -
CMYK 0.42 0 1 0.06
HSL 85.5º 1% 0.47% -
HSV(B) 85.5º 1% 0.94% -
XYZ 41.64 67.72 10.88 -
YUV 182.14 25.21 96.51 -
System Red Green Blue C M Y K H S L
Decimal 138 240 0 0.42 0 1 0.06 85.5 1 0.47
Hex 8A F0 0 2A 0 64 6 56 64 2F
Octal 212 360 0 52 0 144 6 126 144 57
Binary 10001010 11110000 0 101010 0 1100100 110 1010110 1100100 101111

Color Harmonies of #8AF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF000

Black with #8AF000

Text Example


Text Example

White with #8AF000

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,240,0); }

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

background-color css

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

 a { background-color: rgb(138,240,0); }

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

border-color css

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

 span { border-color: rgb(138,240,0); }

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