Html Css Color HEX #8AFA19 Chartreuse

📋 copy color: '#8AFA19'

red 138 ◦ green 250 ◦ blue 25

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

Shades of Chartreuse #8AFA19

Tints of Chartreuse #8AFA19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.05%

R = 33.41%
G = 60.53%
B = 6.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.9

 K value IS 0.02

RGB Variations

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

Color information

#8AFA19 (or 0x8AFA19) is known color: Chartreuse. HEX triplet: 8A, FA and 19. RGB value is (138,250,25). Sum of RGB (Red+Green+Blue) = 138+250+25=413 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.41% from 413); Green value is 250 (98.05% from 255 or 60.53% from 413); Blue value is 25 (10.16% from 255 or 6.05% from 413); Max value from RGB is 250 - color contains mainly: green. Hex color #8AFA19 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFA19 is #7505E6. Grayscale: #BFBFBF. Windows color (decimal): -7669223 or 1702538. OLE color: 1702538.

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

Color convert

RGB 138 250 25 -
CMYK 0.45 0 0.9 0.02
HSL 89.87º 0.96% 0.54% -
HSV(B) 89.87º 0.9% 0.98% -
XYZ 44.84 73.84 12.81 -
YUV 190.86 34.39 90.3 -
System Red Green Blue C M Y K H S L
Decimal 138 250 25 0.45 0 0.9 0.02 89.87 0.96 0.54
Hex 8A FA 19 2D 0 5A 2 5A 60 36
Octal 212 372 31 55 0 132 2 132 140 66
Binary 10001010 11111010 11001 101101 0 1011010 10 1011010 1100000 110110

Color Harmonies of #8AFA19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFA19

Black with #8AFA19

Text Example


Text Example

White with #8AFA19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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