Html Css Color HEX #8AFD0A Chartreuse

📋 copy color: '#8AFD0A'

red 138 ◦ green 253 ◦ blue 10

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

Shades of Chartreuse #8AFD0A

Tints of Chartreuse #8AFD0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.49%

R = 34.41%
G = 63.09%
B = 2.49%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.96

 K value IS 0.01

RGB Variations

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

Color information

#8AFD0A (or 0x8AFD0A) is known color: Chartreuse. HEX triplet: 8A, FD and 0A. RGB value is (138,253,10). Sum of RGB (Red+Green+Blue) = 138+253+10=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 253 (99.22% from 255 or 63.09% from 401); Blue value is 10 (4.30% from 255 or 2.49% from 401); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD0A is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFD0A is #7502F5. Grayscale: #BFBFBF. Windows color (decimal): -7668470 or 720266. OLE color: 720266.

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

Color convert

RGB 138 253 10 -
CMYK 0.45 0 0.96 0.01
HSL 88.4º 0.98% 0.52% -
HSV(B) 88.4º 0.96% 0.99% -
XYZ 45.66 75.68 12.49 -
YUV 190.91 25.9 90.26 -
System Red Green Blue C M Y K H S L
Decimal 138 253 10 0.45 0 0.96 0.01 88.4 0.98 0.52
Hex 8A FD A 2D 0 60 1 58 62 34
Octal 212 375 12 55 0 140 1 130 142 64
Binary 10001010 11111101 1010 101101 0 1100000 1 1011000 1100010 110100

Color Harmonies of #8AFD0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFD0A

Black with #8AFD0A

Text Example


Text Example

White with #8AFD0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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