#8AFF4D

Color #8AFF4D Green Yellow (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Yellow #8AFF4D

Tints of Green Yellow #8AFF4D

Color information

#8AFF4D (or 0x8AFF4D) is unknown color: approx Green Yellow. HEX triplet: 8A, FF and 4D. RGB value is (138,255,77). Sum of RGB (Red+Green+Blue) = 138+255+77=470 (62% of max value = 765). Red value is 138 (54.30% from 255 or 29.36% from 470); Green value is 255 (100% from 255 or 54.26% from 470); Blue value is 77 (30.47% from 255 or 16.38% from 470); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF4D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AFF4D is #7500B2. Grayscale: #C8C8C8. Windows color (decimal): -7667891 or 5111690. OLE color: 5111690.

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

Color convert

RGB13825577-
CMYK0.4600.700
HSL99.44º100%65.1%-
HSV(B)99.44º69.8%100%-
XYZ47.5877.4619.46-
YUV199.7258.7483.97-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.36%
GREEN value IS 255 (100% from 255) = 54.26%
BLUE value IS 77 (30.47% from 255) = 16.38%
R=29.36%
G=54.26%
B=16.38%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138255770.4600.70099.4410065.1
Hex8AFF4D2E0460636441
Octal2123771155601060143144101
Binary10001010111111111001101101110010001100110001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8AFF4D;
 }
 .AnyTagClassName
 {
   color: #8AFF4D;
 }
</style>
background-color css

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

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

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

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

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

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