#A8F02F

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

Shades of Green Yellow #A8F02F

Tints of Green Yellow #A8F02F

Color information

#A8F02F (or 0xA8F02F) is unknown color: approx Green Yellow. HEX triplet: A8, F0 and 2F. RGB value is (168,240,47). Sum of RGB (Red+Green+Blue) = 168+240+47=455 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.92% from 455); Green value is 240 (94.14% from 255 or 52.75% from 455); Blue value is 47 (18.75% from 255 or 10.33% from 455); Max value from RGB is 240 - color contains mainly: green. Hex color #A8F02F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F02F is #570FD0. Grayscale: #C5C5C5. Windows color (decimal): -5705681 or 3141800. OLE color: 3141800.

HSL color Cylindrical-coordinate representation of color #A8F02F: hue angle of 82.38º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8F02F is Cyan = 0.3, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.06.

Color convert

RGB16824047-
CMYK0.300.800.06
HSL82.38º86.55%56.27%-
HSV(B)82.38º80.42%94.12%-
XYZ47.8270.8513.84-
YUV196.4743.65107.69-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.92%
GREEN value IS 240 (94.14% from 255) = 52.75%
BLUE value IS 47 (18.75% from 255) = 10.33%
R=36.92%
G=52.75%
B=10.33%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal168240470.300.800.0682.3886.5556.27
HexA8F02F1E0506525738
Octal25036057360120612212770
Binary1010100011110000101111111100101000011010100101010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F02F; }

 p { color: rgb(168,240,47); }

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

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

 a { background-color: rgb(168,240,47); }

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

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

 span { border-color: rgb(168,240,47); }

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