#A8F740

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

Shades of Green Yellow #A8F740

Tints of Green Yellow #A8F740

Color information

#A8F740 (or 0xA8F740) is unknown color: approx Green Yellow. HEX triplet: A8, F7 and 40. RGB value is (168,247,64). Sum of RGB (Red+Green+Blue) = 168+247+64=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 247 (96.88% from 255 or 51.57% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 247 - color contains mainly: green. Hex color #A8F740 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F740 is #5708BF. Grayscale: #CBCBCB. Windows color (decimal): -5703872 or 4257704. OLE color: 4257704.

HSL color Cylindrical-coordinate representation of color #A8F740: hue angle of 85.9º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A8F740 is Cyan = 0.32, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.

Color convert

RGB16824764-
CMYK0.3200.740.03
HSL85.9º91.96%60.98%-
HSV(B)85.9º74.09%96.86%-
XYZ50.3375.2216.72-
YUV202.5249.83103.38-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.07%
GREEN value IS 247 (96.88% from 255) = 51.57%
BLUE value IS 64 (25.39% from 255) = 13.36%
R=35.07%
G=51.57%
B=13.36%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168247640.3200.740.0385.991.9660.98
HexA8F7402004A3565c3d
Octal250367100400112312613475
Binary10101000111101111000000100000010010101110101101011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F740; }

 p { color: rgb(168,247,64); }

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

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

 a { background-color: rgb(168,247,64); }

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

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

 span { border-color: rgb(168,247,64); }

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