#8AF64A

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

Shades of Green Yellow #8AF64A

Tints of Green Yellow #8AF64A

Color information

#8AF64A (or 0x8AF64A) is unknown color: approx Green Yellow. HEX triplet: 8A, F6 and 4A. RGB value is (138,246,74). Sum of RGB (Red+Green+Blue) = 138+246+74=458 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.13% from 458); Green value is 246 (96.48% from 255 or 53.71% from 458); Blue value is 74 (29.30% from 255 or 16.16% from 458); Max value from RGB is 246 - color contains mainly: green. Hex color #8AF64A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF64A is #7509B5. Grayscale: #C2C2C2. Windows color (decimal): -7670198 or 4912778. OLE color: 4912778.

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

Color convert

RGB13824674-
CMYK0.4400.700.04
HSL97.67º90.53%62.75%-
HSV(B)97.67º69.92%96.47%-
XYZ44.6771.8117.98-
YUV194.160.2287.99-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.13%
GREEN value IS 246 (96.48% from 255) = 53.71%
BLUE value IS 74 (29.30% from 255) = 16.16%
R=30.13%
G=53.71%
B=16.16%

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
Decimal138246740.4400.700.0497.6790.5362.75
Hex8AF64A2C0464625b3f
Octal212366112540106414213377
Binary100010101111011010010101011000100011010011000101011011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF64A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,246,74); }

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

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

 a { background-color: rgb(138,246,74); }

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

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

 span { border-color: rgb(138,246,74); }

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