Html Css Color HEX #8AFE04 Chartreuse

📋 copy color: '#8AFE04'

red 138 ◦ green 254 ◦ blue 4

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

Shades of Chartreuse #8AFE04

Tints of Chartreuse #8AFE04

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.01%

R = 34.85%
G = 64.14%
B = 1.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#8AFE04 (or 0x8AFE04) is known color: Chartreuse. HEX triplet: 8A, FE and 04. RGB value is (138,254,4). Sum of RGB (Red+Green+Blue) = 138+254+4=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 4 (1.95% from 255 or 1.01% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #8AFE04 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFE04 is #7501FB. Grayscale: #BFBFBF. Windows color (decimal): -7668220 or 327306. OLE color: 327306.

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

Color convert

RGB 138 254 4 -
CMYK 0.46 0 0.98 0.00
HSL 87.84º 0.99% 0.51% -
HSV(B) 87.84º 0.98% 1% -
XYZ 45.94 76.3 12.42 -
YUV 190.82 22.57 90.33 -
System Red Green Blue C M Y K H S L
Decimal 138 254 4 0.46 0 0.98 0.00 87.84 0.99 0.51
Hex 8A FE 4 2E 0 62 0 58 63 33
Octal 212 376 4 56 0 142 0 130 143 63
Binary 10001010 11111110 100 101110 0 1100010 0 1011000 1100011 110011

Color Harmonies of #8AFE04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFE04

Black with #8AFE04

Text Example


Text Example

White with #8AFE04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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