Html Css Color HEX #8AFE16 Chartreuse

📋 copy color: '#8AFE16'

red 138 ◦ green 254 ◦ blue 22

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

Shades of Chartreuse #8AFE16

Tints of Chartreuse #8AFE16

RGB

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

 GREEN value IS 254 (99.61% from 255) = 61.35%

 BLUE value IS 22 (8.98% from 255) = 5.31%

R = 33.33%
G = 61.35%
B = 5.31%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.91

 K value IS 0.00

RGB Variations

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

Color information

#8AFE16 (or 0x8AFE16) is known color: Chartreuse. HEX triplet: 8A, FE and 16. RGB value is (138,254,22). Sum of RGB (Red+Green+Blue) = 138+254+22=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 254 (99.61% from 255 or 61.35% from 414); Blue value is 22 (8.98% from 255 or 5.31% from 414); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFE16 is #7501E9. Grayscale: #C1C1C1. Windows color (decimal): -7668202 or 1506954. OLE color: 1506954.

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

Color convert

RGB 138 254 22 -
CMYK 0.46 0 0.91 0.00
HSL 90º 0.99% 0.54% -
HSV(B) 90º 0.91% 1% -
XYZ 46.07 76.34 13.07 -
YUV 192.87 31.57 88.86 -
System Red Green Blue C M Y K H S L
Decimal 138 254 22 0.46 0 0.91 0.00 90 0.99 0.54
Hex 8A FE 16 2E 0 5B 0 5A 63 36
Octal 212 376 26 56 0 133 0 132 143 66
Binary 10001010 11111110 10110 101110 0 1011011 0 1011010 1100011 110110

Color Harmonies of #8AFE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE16

Black with #8AFE16

Text Example


Text Example

White with #8AFE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,254,22); }

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

background-color css

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

 a { background-color: rgb(138,254,22); }

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

border-color css

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

 span { border-color: rgb(138,254,22); }

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