#8AFF4B

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

Shades of Green Yellow #8AFF4B

Tints of Green Yellow #8AFF4B

Color information

#8AFF4B (or 0x8AFF4B) is unknown color: approx Green Yellow. HEX triplet: 8A, FF and 4B. RGB value is (138,255,75). Sum of RGB (Red+Green+Blue) = 138+255+75=468 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.49% from 468); Green value is 255 (100% from 255 or 54.49% from 468); Blue value is 75 (29.69% from 255 or 16.03% from 468); Max value from RGB is 255 - color contains mainly: green. Hex color #8AFF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFF4B is #7500B4. Grayscale: #C8C8C8. Windows color (decimal): -7667893 or 4980618. OLE color: 4980618.

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

Color convert

RGB13825575-
CMYK0.4600.710
HSL99º100%64.71%-
HSV(B)99º70.59%100%-
XYZ47.5177.4319.1-
YUV199.557.7484.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.49%
GREEN value IS 255 (100% from 255) = 54.49%
BLUE value IS 75 (29.69% from 255) = 16.03%
R=29.49%
G=54.49%
B=16.03%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal138255750.4600.7109910064.71
Hex8AFF4B2E0470636441
Octal2123771135601070143144101
Binary10001010111111111001011101110010001110110001111001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFF4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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