Html Css Color HEX #8AFD16 Chartreuse

📋 copy color: '#8AFD16'

red 138 ◦ green 253 ◦ blue 22

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

Shades of Chartreuse #8AFD16

Tints of Chartreuse #8AFD16

RGB

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

 GREEN value IS 253 (99.22% from 255) = 61.26%

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

R = 33.41%
G = 61.26%
B = 5.33%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.91

 K value IS 0.01

RGB Variations

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

Color information

#8AFD16 (or 0x8AFD16) is known color: Chartreuse. HEX triplet: 8A, FD and 16. RGB value is (138,253,22). Sum of RGB (Red+Green+Blue) = 138+253+22=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 253 (99.22% from 255 or 61.26% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD16 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD16 is #7502E9. Grayscale: #C1C1C1. Windows color (decimal): -7668458 or 1506698. OLE color: 1506698.

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

Color convert

RGB 138 253 22 -
CMYK 0.45 0 0.91 0.01
HSL 89.87º 0.98% 0.54% -
HSV(B) 89.87º 0.91% 0.99% -
XYZ 45.75 75.71 12.96 -
YUV 192.28 31.9 89.28 -
System Red Green Blue C M Y K H S L
Decimal 138 253 22 0.45 0 0.91 0.01 89.87 0.98 0.54
Hex 8A FD 16 2D 0 5B 1 5A 62 36
Octal 212 375 26 55 0 133 1 132 142 66
Binary 10001010 11111101 10110 101101 0 1011011 1 1011010 1100010 110110

Color Harmonies of #8AFD16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD16

Black with #8AFD16

Text Example


Text Example

White with #8AFD16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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