#8AFA1A

Color #8AFA1A Chartreuse (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chartreuse #8AFA1A

Tints of Chartreuse #8AFA1A

Color information

#8AFA1A (or 0x8AFA1A) is unknown color: approx Chartreuse. HEX triplet: 8A, FA and 1A. RGB value is (138,250,26). Sum of RGB (Red+Green+Blue) = 138+250+26=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 250 (98.05% from 255 or 60.39% from 414); Blue value is 26 (10.55% from 255 or 6.28% from 414); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA1A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA1A is #7505E5. Grayscale: #BFBFBF. Windows color (decimal): -7669222 or 1768074. OLE color: 1768074.

HSL color Cylindrical-coordinate representation of color #8AFA1A: hue angle of 90º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8AFA1A is Cyan = 0.45, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.02.

Color convert

RGB13825026-
CMYK0.4500.900.02
HSL90º95.73%54.12%-
HSV(B)90º89.6%98.04%-
XYZ44.8573.8512.87-
YUV190.9834.8990.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 33.33%
GREEN value IS 250 (98.05% from 255) = 60.39%
BLUE value IS 26 (10.55% from 255) = 6.28%
R=33.33%
G=60.39%
B=6.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138250260.4500.900.029095.7354.12
Hex8AFA1A2D05A25a6036
Octal21237232550132213214066
Binary100010101111101011010101101010110101010110101100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFA1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,250,26); }

 H1.HeaderClassName
 {
   color: #8AFA1A;
 }
 .AnyTagClassName
 {
   color: #8AFA1A;
 }
</style>
background-color css

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

 a { background-color: rgb(138,250,26); }

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

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

 span { border-color: rgb(138,250,26); }

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