Html Css Color HEX #8AF004 Chartreuse

📋 copy color: '#8AF004'

red 138 ◦ green 240 ◦ blue 4

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

Shades of Chartreuse #8AF004

Tints of Chartreuse #8AF004

RGB

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

 GREEN value IS 240 (94.14% from 255) = 62.83%

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

R = 36.13%
G = 62.83%
B = 1.05%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.98

 K value IS 0.06

RGB Variations

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

Color information

#8AF004 (or 0x8AF004) is known color: Chartreuse. HEX triplet: 8A, F0 and 04. RGB value is (138,240,4). Sum of RGB (Red+Green+Blue) = 138+240+4=382 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.13% from 382); Green value is 240 (94.14% from 255 or 62.83% from 382); Blue value is 4 (1.95% from 255 or 1.05% from 382); Max value from RGB is 240 - color contains mainly: green. Hex color #8AF004 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF004 is #750FFB. Grayscale: #B7B7B7. Windows color (decimal): -7671804 or 323722. OLE color: 323722.

HSL color Cylindrical-coordinate representation of color #8AF004: hue angle of 85.93º degrees, saturation: 0.97, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8AF004 is Cyan = 0.42, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.06.

Color convert

RGB 138 240 4 -
CMYK 0.42 0 0.98 0.06
HSL 85.93º 0.97% 0.48% -
HSV(B) 85.93º 0.98% 0.94% -
XYZ 41.66 67.73 10.99 -
YUV 182.6 27.21 96.19 -
System Red Green Blue C M Y K H S L
Decimal 138 240 4 0.42 0 0.98 0.06 85.93 0.97 0.48
Hex 8A F0 4 2A 0 62 6 56 61 30
Octal 212 360 4 52 0 142 6 126 141 60
Binary 10001010 11110000 100 101010 0 1100010 110 1010110 1100001 110000

Color Harmonies of #8AF004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF004

Black with #8AF004

Text Example


Text Example

White with #8AF004

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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