#A8F130

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

Shades of Green Yellow #A8F130

Tints of Green Yellow #A8F130

Color information

#A8F130 (or 0xA8F130) is unknown color: approx Green Yellow. HEX triplet: A8, F1 and 30. RGB value is (168,241,48). Sum of RGB (Red+Green+Blue) = 168+241+48=457 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.76% from 457); Green value is 241 (94.53% from 255 or 52.74% from 457); Blue value is 48 (19.14% from 255 or 10.50% from 457); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F130 is #570ECF. Grayscale: #C5C5C5. Windows color (decimal): -5705424 or 3207592. OLE color: 3207592.

HSL color Cylindrical-coordinate representation of color #A8F130: hue angle of 82.69º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A8F130 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.

Color convert

RGB16824148-
CMYK0.3000.800.05
HSL82.69º87.33%56.67%-
HSV(B)82.69º80.08%94.51%-
XYZ48.1471.4514.05-
YUV197.1743.82107.19-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 36.76%
GREEN value IS 241 (94.53% from 255) = 52.74%
BLUE value IS 48 (19.14% from 255) = 10.50%
R=36.76%
G=52.74%
B=10.50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal168241480.3000.800.0582.6987.3356.67
HexA8F1301E0505535739
Octal25036160360120512312771
Binary1010100011110001110000111100101000010110100111010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F130; }

 p { color: rgb(168,241,48); }

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

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

 a { background-color: rgb(168,241,48); }

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

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

 span { border-color: rgb(168,241,48); }

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