Html Css Color HEX #8AF104 Chartreuse

📋 copy color: '#8AF104'

red 138 ◦ green 241 ◦ blue 4

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

Shades of Chartreuse #8AF104

Tints of Chartreuse #8AF104

RGB

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

 GREEN value IS 241 (94.53% from 255) = 62.92%

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

R = 36.03%
G = 62.92%
B = 1.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#8AF104 (or 0x8AF104) is known color: Chartreuse. HEX triplet: 8A, F1 and 04. RGB value is (138,241,4). Sum of RGB (Red+Green+Blue) = 138+241+4=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 241 (94.53% from 255 or 62.92% from 383); Blue value is 4 (1.95% from 255 or 1.04% from 383); Max value from RGB is 241 - color contains mainly: green. Hex color #8AF104 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF104 is #750EFB. Grayscale: #B8B8B8. Windows color (decimal): -7671548 or 323978. OLE color: 323978.

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

Color convert

RGB 138 241 4 -
CMYK 0.43 0 0.98 0.05
HSL 86.08º 0.97% 0.48% -
HSV(B) 86.08º 0.98% 0.95% -
XYZ 41.96 68.32 11.09 -
YUV 183.19 26.88 95.77 -
System Red Green Blue C M Y K H S L
Decimal 138 241 4 0.43 0 0.98 0.05 86.08 0.97 0.48
Hex 8A F1 4 2B 0 62 5 56 61 30
Octal 212 361 4 53 0 142 5 126 141 60
Binary 10001010 11110001 100 101011 0 1100010 101 1010110 1100001 110000

Color Harmonies of #8AF104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF104

Black with #8AF104

Text Example


Text Example

White with #8AF104

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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