#8AFB3E

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

Shades of Green Yellow #8AFB3E

Tints of Green Yellow #8AFB3E

Color information

#8AFB3E (or 0x8AFB3E) is unknown color: approx Green Yellow. HEX triplet: 8A, FB and 3E. RGB value is (138,251,62). Sum of RGB (Red+Green+Blue) = 138+251+62=451 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.60% from 451); Green value is 251 (98.44% from 255 or 55.65% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 251 - color contains mainly: green. Hex color #8AFB3E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFB3E is #7504C1. Grayscale: #C4C4C4. Windows color (decimal): -7668930 or 4127626. OLE color: 4127626.

HSL color Cylindrical-coordinate representation of color #8AFB3E: hue angle of 95.87º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AFB3E is Cyan = 0.45, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB13825162-
CMYK0.4500.750.02
HSL95.87º95.94%61.37%-
HSV(B)95.87º75.3%98.43%-
XYZ45.8574.7516.57-
YUV195.6752.5686.87-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.60%
GREEN value IS 251 (98.44% from 255) = 55.65%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=30.60%
G=55.65%
B=13.75%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138251620.4500.750.0295.8795.9461.37
Hex8AFB3E2D04B260603d
Octal21237376550113214014075
Binary1000101011111011111110101101010010111011000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFB3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,251,62); }

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

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

 a { background-color: rgb(138,251,62); }

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

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

 span { border-color: rgb(138,251,62); }

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