Html Css Color HEX #8AFA1E Chartreuse

📋 copy color: '#8AFA1E'

red 138 ◦ green 250 ◦ blue 30

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

Shades of Chartreuse #8AFA1E

Tints of Chartreuse #8AFA1E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 59.81%

 BLUE value IS 30 (12.11% from 255) = 7.18%

R = 33.01%
G = 59.81%
B = 7.18%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#8AFA1E (or 0x8AFA1E) is known color: Chartreuse. HEX triplet: 8A, FA and 1E. RGB value is (138,250,30). Sum of RGB (Red+Green+Blue) = 138+250+30=418 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.01% from 418); Green value is 250 (98.05% from 255 or 59.81% from 418); Blue value is 30 (12.11% from 255 or 7.18% from 418); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFA1E is #7505E1. Grayscale: #C0C0C0. Windows color (decimal): -7669218 or 2030218. OLE color: 2030218.

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

Color convert

RGB 138 250 30 -
CMYK 0.45 0 0.88 0.02
HSL 90.55º 0.96% 0.55% -
HSV(B) 90.55º 0.88% 0.98% -
XYZ 44.9 73.87 13.12 -
YUV 191.43 36.89 89.89 -
System Red Green Blue C M Y K H S L
Decimal 138 250 30 0.45 0 0.88 0.02 90.55 0.96 0.55
Hex 8A FA 1E 2D 0 58 2 5B 60 37
Octal 212 372 36 55 0 130 2 133 140 67
Binary 10001010 11111010 11110 101101 0 1011000 10 1011011 1100000 110111

Color Harmonies of #8AFA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFA1E

Black with #8AFA1E

Text Example


Text Example

White with #8AFA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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