#A8F83C

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

Shades of Green Yellow #A8F83C

Tints of Green Yellow #A8F83C

Color information

#A8F83C (or 0xA8F83C) is unknown color: approx Green Yellow. HEX triplet: A8, F8 and 3C. RGB value is (168,248,60). Sum of RGB (Red+Green+Blue) = 168+248+60=476 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.29% from 476); Green value is 248 (97.27% from 255 or 52.10% from 476); Blue value is 60 (23.83% from 255 or 12.61% from 476); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F83C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F83C is #5707C3. Grayscale: #CBCBCB. Windows color (decimal): -5703620 or 3995816. OLE color: 3995816.

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

Color convert

RGB16824860-
CMYK0.3200.760.03
HSL85.53º93.07%60.39%-
HSV(B)85.53º75.81%97.25%-
XYZ50.5375.7916.24-
YUV202.6547.5103.29-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 35.29%
GREEN value IS 248 (97.27% from 255) = 52.10%
BLUE value IS 60 (23.83% from 255) = 12.61%
R=35.29%
G=52.10%
B=12.61%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168248600.3200.760.0385.5393.0760.39
HexA8F83C2004C3565d3c
Octal25037074400114312613574
Binary1010100011111000111100100000010011001110101101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8F83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8F83C; }

 p { color: rgb(168,248,60); }

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

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

 a { background-color: rgb(168,248,60); }

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

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

 span { border-color: rgb(168,248,60); }

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