Html Css Color HEX #8AFD10 Chartreuse

📋 copy color: '#8AFD10'

red 138 ◦ green 253 ◦ blue 16

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

Shades of Chartreuse #8AFD10

Tints of Chartreuse #8AFD10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.93%

R = 33.91%
G = 62.16%
B = 3.93%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#8AFD10 (or 0x8AFD10) is known color: Chartreuse. HEX triplet: 8A, FD and 10. RGB value is (138,253,16). Sum of RGB (Red+Green+Blue) = 138+253+16=407 (53% of max value = 765). Red value is 138 (54.30% from 255 or 33.91% from 407); Green value is 253 (99.22% from 255 or 62.16% from 407); Blue value is 16 (6.64% from 255 or 3.93% from 407); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD10 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD10 is #7502EF. Grayscale: #C0C0C0. Windows color (decimal): -7668464 or 1113482. OLE color: 1113482.

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

Color convert

RGB 138 253 16 -
CMYK 0.45 0 0.94 0.01
HSL 89.11º 0.98% 0.53% -
HSV(B) 89.11º 0.94% 0.99% -
XYZ 45.7 75.69 12.69 -
YUV 191.6 28.9 89.77 -
System Red Green Blue C M Y K H S L
Decimal 138 253 16 0.45 0 0.94 0.01 89.11 0.98 0.53
Hex 8A FD 10 2D 0 5E 1 59 62 35
Octal 212 375 20 55 0 136 1 131 142 65
Binary 10001010 11111101 10000 101101 0 1011110 1 1011001 1100010 110101

Color Harmonies of #8AFD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD10

Black with #8AFD10

Text Example


Text Example

White with #8AFD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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