#8AF92D

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

Shades of Green Yellow #8AF92D

Tints of Green Yellow #8AF92D

Color information

#8AF92D (or 0x8AF92D) is unknown color: approx Green Yellow. HEX triplet: 8A, F9 and 2D. RGB value is (138,249,45). Sum of RGB (Red+Green+Blue) = 138+249+45=432 (57% of max value = 765). Red value is 138 (54.30% from 255 or 31.94% from 432); Green value is 249 (97.66% from 255 or 57.64% from 432); Blue value is 45 (17.97% from 255 or 10.42% from 432); Max value from RGB is 249 - color contains mainly: green. Hex color #8AF92D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF92D is #7506D2. Grayscale: #C1C1C1. Windows color (decimal): -7669459 or 3013002. OLE color: 3013002.

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

Color convert

RGB13824945-
CMYK0.4500.820.02
HSL92.65º94.44%57.65%-
HSV(B)92.65º81.93%97.65%-
XYZ44.8373.3414.28-
YUV192.5544.7389.09-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 31.94%
GREEN value IS 249 (97.66% from 255) = 57.64%
BLUE value IS 45 (17.97% from 255) = 10.42%
R=31.94%
G=57.64%
B=10.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal138249450.4500.820.0292.6594.4457.65
Hex8AF92D2D05225d5e3a
Octal21237155550122213513672
Binary1000101011111001101101101101010100101010111011011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF92D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,249,45); }

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

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

 a { background-color: rgb(138,249,45); }

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

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

 span { border-color: rgb(138,249,45); }

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