#8AFD46

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

Shades of Green Yellow #8AFD46

Tints of Green Yellow #8AFD46

Color information

#8AFD46 (or 0x8AFD46) is unknown color: approx Green Yellow. HEX triplet: 8A, FD and 46. RGB value is (138,253,70). Sum of RGB (Red+Green+Blue) = 138+253+70=461 (61% of max value = 765). Red value is 138 (54.30% from 255 or 29.93% from 461); Green value is 253 (99.22% from 255 or 54.88% from 461); Blue value is 70 (27.73% from 255 or 15.18% from 461); Max value from RGB is 253 - color contains mainly: green. Hex color #8AFD46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AFD46 is #7502B9. Grayscale: #C6C6C6. Windows color (decimal): -7668410 or 4652426. OLE color: 4652426.

HSL color Cylindrical-coordinate representation of color #8AFD46: hue angle of 97.7º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8AFD46 is Cyan = 0.45, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.01.

Color convert

RGB13825370-
CMYK0.4500.720.01
HSL97.7º97.86%63.33%-
HSV(B)97.7º72.33%99.22%-
XYZ46.7176.118.02-
YUV197.7555.985.38-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 29.93%
GREEN value IS 253 (99.22% from 255) = 54.88%
BLUE value IS 70 (27.73% from 255) = 15.18%
R=29.93%
G=54.88%
B=15.18%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal138253700.4500.720.0197.797.8663.33
Hex8AFD462D048162623f
Octal212375106550110114214277
Binary1000101011111101100011010110101001000111000101100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AFD46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,253,70); }

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

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

 a { background-color: rgb(138,253,70); }

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

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

 span { border-color: rgb(138,253,70); }

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