Html Css Color HEX #8AF31C Chartreuse

📋 copy color: '#8AF31C'

red 138 ◦ green 243 ◦ blue 28

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

Shades of Chartreuse #8AF31C

Tints of Chartreuse #8AF31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.85%

R = 33.74%
G = 59.41%
B = 6.85%

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

#8AF31C (or 0x8AF31C) is known color: Chartreuse. HEX triplet: 8A, F3 and 1C. RGB value is (138,243,28). Sum of RGB (Red+Green+Blue) = 138+243+28=409 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.74% from 409); Green value is 243 (95.31% from 255 or 59.41% from 409); Blue value is 28 (11.33% from 255 or 6.85% from 409); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF31C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF31C is #750CE3. Grayscale: #BBBBBB. Windows color (decimal): -7671012 or 1897354. OLE color: 1897354.

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

Color convert

RGB 138 243 28 -
CMYK 0.43 0 0.88 0.05
HSL 89.3º 0.9% 0.53% -
HSV(B) 89.3º 0.88% 0.95% -
XYZ 42.74 69.59 12.28 -
YUV 187.1 38.21 92.98 -
System Red Green Blue C M Y K H S L
Decimal 138 243 28 0.43 0 0.88 0.05 89.3 0.9 0.53
Hex 8A F3 1C 2B 0 58 5 59 5A 35
Octal 212 363 34 53 0 130 5 131 132 65
Binary 10001010 11110011 11100 101011 0 1011000 101 1011001 1011010 110101

Color Harmonies of #8AF31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AF31C

Black with #8AF31C

Text Example


Text Example

White with #8AF31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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