Html Css Color HEX #8AFF0F Chartreuse

📋 copy color: '#8AFF0F'

red 138 ◦ green 255 ◦ blue 15

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

Shades of Chartreuse #8AFF0F

Tints of Chartreuse #8AFF0F

RGB

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

 GREEN value IS 255 (100% from 255) = 62.5%

 BLUE value IS 15 (6.25% from 255) = 3.68%

R = 33.82%
G = 62.5%
B = 3.68%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.94

 K value IS 0

RGB Variations

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

Color information

#8AFF0F (or 0x8AFF0F) is known color: Chartreuse. HEX triplet: 8A, FF and 0F. RGB value is (138,255,15). Sum of RGB (Red+Green+Blue) = 138+255+15=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 255 (100% from 255 or 62.5% from 408); Blue value is 15 (6.25% from 255 or 3.68% from 408); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF0F is not a web safe color. Web safe color analog (approx): #99FF00. Inversed color of #8AFF0F is #7500F0. Grayscale: #C1C1C1. Windows color (decimal): -7667953 or 1048458. OLE color: 1048458.

HSL color Cylindrical-coordinate representation of color #8AFF0F: hue angle of 89.25º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8AFF0F is Cyan = 0.46, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.

Color convert

RGB 138 255 15 -
CMYK 0.46 0 0.94 0
HSL 89.25º 1% 0.53% -
HSV(B) 89.25º 0.94% 1% -
XYZ 46.33 76.96 12.86 -
YUV 192.66 27.74 89.01 -
System Red Green Blue C M Y K H S L
Decimal 138 255 15 0.46 0 0.94 0 89.25 1 0.53
Hex 8A FF F 2E 0 5E 0 59 64 35
Octal 212 377 17 56 0 136 0 131 144 65
Binary 10001010 11111111 1111 101110 0 1011110 0 1011001 1100100 110101

Color Harmonies of #8AFF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AFF0F

Black with #8AFF0F

Text Example


Text Example

White with #8AFF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,255,15); }

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

background-color css

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

 a { background-color: rgb(138,255,15); }

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

border-color css

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

 span { border-color: rgb(138,255,15); }

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