#8AF440

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

Shades of Green Yellow #8AF440

Tints of Green Yellow #8AF440

Color information

#8AF440 (or 0x8AF440) is unknown color: approx Green Yellow. HEX triplet: 8A, F4 and 40. RGB value is (138,244,64). Sum of RGB (Red+Green+Blue) = 138+244+64=446 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.94% from 446); Green value is 244 (95.70% from 255 or 54.71% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 244 - color contains mainly: green. Hex color #8AF440 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #8AF440 is #750BBF. Grayscale: #C0C0C0. Windows color (decimal): -7670720 or 4256906. OLE color: 4256906.

HSL color Cylindrical-coordinate representation of color #8AF440: hue angle of 95.33º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8AF440 is Cyan = 0.43, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.

Color convert

RGB13824464-
CMYK0.4300.740.04
HSL95.33º89.11%60.39%-
HSV(B)95.33º73.77%95.69%-
XYZ43.7670.4716.15-
YUV191.7955.8889.64-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.94%
GREEN value IS 244 (95.70% from 255) = 54.71%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=30.94%
G=54.71%
B=14.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal138244640.4300.740.0495.3389.1160.39
Hex8AF4402B04A45f593c
Octal212364100530112413713174
Binary100010101111010010000001010110100101010010111111011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AF440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,244,64); }

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

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

 a { background-color: rgb(138,244,64); }

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

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

 span { border-color: rgb(138,244,64); }

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