Html Css Color HEX #8AF31E Chartreuse

📋 copy color: '#8AF31E'

red 138 ◦ green 243 ◦ blue 30

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

Shades of Chartreuse #8AF31E

Tints of Chartreuse #8AF31E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.3%

R = 33.58%
G = 59.12%
B = 7.3%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#8AF31E (or 0x8AF31E) is known color: Chartreuse. HEX triplet: 8A, F3 and 1E. RGB value is (138,243,30). Sum of RGB (Red+Green+Blue) = 138+243+30=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 243 (95.31% from 255 or 59.12% from 411); Blue value is 30 (12.11% from 255 or 7.30% from 411); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF31E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF31E is #750CE1. Grayscale: #BCBCBC. Windows color (decimal): -7671010 or 2028426. OLE color: 2028426.

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

Color convert

RGB 138 243 30 -
CMYK 0.43 0 0.88 0.05
HSL 89.58º 0.9% 0.54% -
HSV(B) 89.58º 0.88% 0.95% -
XYZ 42.77 69.6 12.41 -
YUV 187.32 39.21 92.82 -
System Red Green Blue C M Y K H S L
Decimal 138 243 30 0.43 0 0.88 0.05 89.58 0.9 0.54
Hex 8A F3 1E 2B 0 58 5 5A 5A 36
Octal 212 363 36 53 0 130 5 132 132 66
Binary 10001010 11110011 11110 101011 0 1011000 101 1011010 1011010 110110

Color Harmonies of #8AF31E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF31E

Black with #8AF31E

Text Example


Text Example

White with #8AF31E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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