Html Css Color HEX #8AF304 Chartreuse

📋 copy color: '#8AF304'

red 138 ◦ green 243 ◦ blue 4

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

Shades of Chartreuse #8AF304

Tints of Chartreuse #8AF304

RGB

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

 GREEN value IS 243 (95.31% from 255) = 63.12%

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

R = 35.84%
G = 63.12%
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

#8AF304 (or 0x8AF304) is known color: Chartreuse. HEX triplet: 8A, F3 and 04. RGB value is (138,243,4). Sum of RGB (Red+Green+Blue) = 138+243+4=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 243 (95.31% from 255 or 63.12% from 385); Blue value is 4 (1.95% from 255 or 1.04% from 385); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF304 is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AF304 is #750CFB. Grayscale: #B9B9B9. Windows color (decimal): -7671036 or 324490. OLE color: 324490.

HSL color Cylindrical-coordinate representation of color #8AF304: hue angle of 86.36º 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 #8AF304 is Cyan = 0.43, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 243 4 -
CMYK 0.43 0 0.98 0.05
HSL 86.36º 0.97% 0.48% -
HSV(B) 86.36º 0.98% 0.95% -
XYZ 42.55 69.51 11.29 -
YUV 184.36 26.21 94.93 -
System Red Green Blue C M Y K H S L
Decimal 138 243 4 0.43 0 0.98 0.05 86.36 0.97 0.48
Hex 8A F3 4 2B 0 62 5 56 61 30
Octal 212 363 4 53 0 142 5 126 141 60
Binary 10001010 11110011 100 101011 0 1100010 101 1010110 1100001 110000

Color Harmonies of #8AF304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF304

Black with #8AF304

Text Example


Text Example

White with #8AF304

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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