#8AF549

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

Shades of Green Yellow #8AF549

Tints of Green Yellow #8AF549

Color information

#8AF549 (or 0x8AF549) is unknown color: approx Green Yellow. HEX triplet: 8A, F5 and 49. RGB value is (138,245,73). Sum of RGB (Red+Green+Blue) = 138+245+73=456 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.26% from 456); Green value is 245 (96.09% from 255 or 53.73% from 456); Blue value is 73 (28.91% from 255 or 16.01% from 456); Max value from RGB is 245 - color contains mainly: green. Hex color #8AF549 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF549 is #750AB6. Grayscale: #C1C1C1. Windows color (decimal): -7670455 or 4846986. OLE color: 4846986.

HSL color Cylindrical-coordinate representation of color #8AF549: hue angle of 97.33º degrees, saturation: 0.9, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8AF549 is Cyan = 0.44, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB13824573-
CMYK0.4400.700.04
HSL97.33º89.58%62.35%-
HSV(B)97.33º70.2%96.08%-
XYZ44.3471.1917.71-
YUV193.460.0588.49-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.26%
GREEN value IS 245 (96.09% from 255) = 53.73%
BLUE value IS 73 (28.91% from 255) = 16.01%
R=30.26%
G=53.73%
B=16.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138245730.4400.700.0497.3389.5862.35
Hex8AF5492C0464615a3e
Octal212365111540106414113276
Binary100010101111010110010011011000100011010011000011011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,245,73); }

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

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

 a { background-color: rgb(138,245,73); }

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

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

 span { border-color: rgb(138,245,73); }

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